[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

@@ -124,7 +124,7 @@ pngwio.obj: pngwio.c png.h pngconf.h pngpriv.h
pngwrite.obj: pngwrite.c png.h pngconf.h pngpriv.h
pngwtran.obj: pngwtran.c png.h pngconf.h pngpriv.h
pngwutil.obj: pngwutil.c png.h pngconf.h pngpriv.h
pngtest.obj: pngtest.c png.h pngconf.h pngpriv.h
pngtest.obj: pngtest.c png.h pngconf.h
$(LIBNAME): $(OBJS)
-del $(LIBNAME)