diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2011-12-21 08:26:42 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2011-12-21 08:26:42 -0600 |
commit | adf049e4353636eadad1b8bf86b35a364a2c829a (patch) | |
tree | f142a548d7f69f0fa2b5195ac552cd536f4666bf /scripts/makefile.atari | |
parent | 681c1fc02a3e2d7e1e2165bce2e4e6ec25e28897 (diff) | |
download | libpng-adf049e4353636eadad1b8bf86b35a364a2c829a.tar.gz |
[libpng16] Removed references to bsconfig.h from makefiles
Diffstat (limited to 'scripts/makefile.atari')
-rw-r--r-- | scripts/makefile.atari | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makefile.atari b/scripts/makefile.atari index 8cfadca44..1aeb7d5b7 100644 --- a/scripts/makefile.atari +++ b/scripts/makefile.atari @@ -38,7 +38,7 @@ all: $(LBR) pngtest.ttp $(LBR): $(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 |