home: hub: 9ficl

Download patch

ref: bc93141f60229656288e32dde780108ec4dd3a7b
parent: 9883d3db59bb0ce7450bf14052b7915e192b69e0
author: asau <asau@ficl.sf.net>
date: Sun Sep 12 10:19:03 CDT 2010

Use CC, CFLAGS and CPPFLAGS per convention.

--- a/softcore/makefile
+++ b/softcore/makefile
@@ -4,7 +4,7 @@
 	makesoftcore $(SOURCES)
 
 makesoftcore: makesoftcore.c ../lzcompress.c ../bit.c
-	cc -I.. -o makesoftcore makesoftcore.c ../lzcompress.c ../bit.c
+	$(CC) $(CFLAGS) $(CPPFLAGS) -I.. -o makesoftcore makesoftcore.c ../lzcompress.c ../bit.c
 
 clean: 
 	- rm ../softcore.c *.o makesoftcore