[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

@@ -139,7 +139,7 @@ $(LIBNAME): $(OBJS)
$(LIBOBJS), libpng$(MODEL)
|
pngtest$(MODEL).obj: pngtest.c
pngtest$(MODEL).obj: pngtest.c png.h pngconf.h
$(CC) $(CFLAGS) -opngtest$(MODEL) -c pngtest.c
pngtest$(MODEL).exe: pngtest$(MODEL).obj