]> Dogcows Code - chaz/tar/commitdiff
*** empty log message ***
authorFrançois Pinard <pinard@iro.umontreal.ca>
Wed, 16 Nov 1994 02:40:20 +0000 (02:40 +0000)
committerFrançois Pinard <pinard@iro.umontreal.ca>
Wed, 16 Nov 1994 02:40:20 +0000 (02:40 +0000)
src/Makefile.in

index f65d6ced87401c576c75bbcb3e6080a4b06d5cc7..ee4f24b399f3f5e8fe249f011521332d1614dcf0 100644 (file)
@@ -116,7 +116,7 @@ all:        @PROGS@
 # tar.info
 
 .c.o:
-       $(CC) -c $(CFLAGS) $(CPPFLAGS) $(DEFS) -I$(srcdir) -I. $<
+       $(CC) -c $(CPPFLAGS) $(DEFS) -I. -I$(srcdir) $(CFLAGS) $<
 
 tar:   $(OBJS)
        $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
This page took 0.021147 seconds and 4 git commands to generate.