diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-30 04:04:11 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-30 04:04:11 +0000 |
commit | 43bf4367849701ee2c81879ccfe106651947a9be (patch) | |
tree | bdd838e0ff21c1905fbaac798ef2cd545a3d4aef /misc/hello/files/patch-aa | |
parent | Upgrade to version 1.9.7 (diff) |
Honor CFLAGS and get the install-info incantation correct in both the
package and the Makefile.
Noticed by: asami
Notes
Notes:
svn path=/head/; revision=24281
Diffstat (limited to 'misc/hello/files/patch-aa')
-rw-r--r-- | misc/hello/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/hello/files/patch-aa b/misc/hello/files/patch-aa new file mode 100644 index 000000000000..820251a8cacb --- /dev/null +++ b/misc/hello/files/patch-aa @@ -0,0 +1,11 @@ +--- Makefile.in.orig Wed Dec 29 21:53:22 1999 ++++ Makefile.in Wed Dec 29 21:53:39 1999 +@@ -31,7 +31,7 @@ + DEFS = @DEFS@ + LIBS = @LIBS@ + +-CFLAGS = -g ++CFLAGS ?= -g + LDFLAGS = -g + + prefix = /usr/local |