[libpng16] Removed references to bsconfig.h from makefiles

This commit is contained in:
Glenn Randers-Pehrson
2011-12-21 08:26:42 -06:00
parent 681c1fc02a
commit adf049e435
3 changed files with 17 additions and 17 deletions

View File

@@ -41,7 +41,7 @@ libpng.lib: $(OBJS)
-$(RM) libpng.lib
$(AR) libpng.lib r $(OBJS)
$(OBJS): pngconfig.h pngpriv.h png.h pngconf.h pnglibconf.h pnginfo.h pngstruct.h pngdebug.h
$(OBJS): pngpriv.h png.h pngconf.h pnglibconf.h pnginfo.h pngstruct.h pngdebug.h
pnglibconf.h: scripts/pnglibconf.h.prebuilt
$(CP) scripts/pnglibconf.h.prebuilt pnglibconf.h