[devel] Removed dependency of pngtest.o on pngpriv.h in the makefiles.

This commit is contained in:
Glenn Randers-Pehrson
2009-11-08 13:28:18 -06:00
parent 69b0bc089a
commit 013d1d68c0
29 changed files with 33 additions and 31 deletions

View File

@@ -84,7 +84,7 @@ libpng.lib: $(OBJS)
-$(RM) $@
$(AR) $(ARFLAGS) -out:$@ $(OBJS) $(ERRFILE)
pngtest$(O): png.h pngconf.h pngpriv.h
pngtest$(O): png.h pngconf.h
$(CC) -c $(CFLAGS) $*.c $(ERRFILE)
pngtest.exe: pngtest$(O) libpng.lib