]> Dogcows Code - chaz/tar/blobdiff - src/Makefile.in
*** empty log message ***
[chaz/tar] / 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.019734 seconds and 4 git commands to generate.