[csw-devel] SF.net SVN: gar:[5502] csw/mgar/pkg/hexdump/trunk/Makefile
skayser at users.sourceforge.net
skayser at users.sourceforge.net
Sat Jul 4 17:48:13 CEST 2009
Revision: 5502
http://gar.svn.sourceforge.net/gar/?rev=5502&view=rev
Author: skayser
Date: 2009-07-04 15:48:13 +0000 (Sat, 04 Jul 2009)
Log Message:
-----------
hexdump: make the build use $(CFLAGS)
Modified Paths:
--------------
csw/mgar/pkg/hexdump/trunk/Makefile
Modified: csw/mgar/pkg/hexdump/trunk/Makefile
===================================================================
--- csw/mgar/pkg/hexdump/trunk/Makefile 2009-07-04 15:40:26 UTC (rev 5501)
+++ csw/mgar/pkg/hexdump/trunk/Makefile 2009-07-04 15:48:13 UTC (rev 5502)
@@ -17,6 +17,8 @@
TEST_SCRIPTS =
INSTALL_SCRIPTS = custom
+# hexdump Makefile only uses $(CC), not $(CFLAGS)
+BUILD_ARGS = CC='$(CC) $(CFLAGS)'
NORUNPATH = 1
include gar/category.mk
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list