You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
447 B
11 lines
447 B
--- libz/Makefile.in.orig 1997-08-02 16:12:55.000000000 +0200 |
|
+++ libz/Makefile.in 2003-07-23 14:59:17.000000000 +0200 |
|
@@ -525,7 +525,7 @@ |
|
srcCFile=`echo $@ | sed 's/^.//;s/o$$/c/'`; \ |
|
echo making $@ from $$srcCFile ; \ |
|
$(LN) $$srcCFile $$debugCFile; \ |
|
- $(CC) -c $(CFLAGS) $(CPPFLAGS) $(CXXFLAGS) \ |
|
+ $(CC) -c $(CFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(DEFFLAGS) \ |
|
-DDEBUG_ISET $(DFLAGS) $$debugCFile; \ |
|
$(RM) $$debugCFile |
|
|
|
|