diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2010-08-24 16:16:35 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2010-08-24 16:16:35 -0500 |
commit | 8c667864194ca6061f075f13f7ce0beb79e5a359 (patch) | |
tree | 201ae31cadfd371e1f21eae1bb7b93ef48672d85 /scripts/makefile.elf | |
parent | 15333cd28d6f8987e49303d137e9cd23f4eea347 (diff) | |
download | libpng-8c667864194ca6061f075f13f7ce0beb79e5a359.tar.gz |
[devel] Renamed scripts/pnglibconf.h to scripts/pnglibconf.h.prebuilt
Diffstat (limited to 'scripts/makefile.elf')
-rw-r--r-- | scripts/makefile.elf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/makefile.elf b/scripts/makefile.elf index d9b67304d..cb239a664 100644 --- a/scripts/makefile.elf +++ b/scripts/makefile.elf @@ -96,8 +96,8 @@ OBJSDLL = $(OBJS:.o=.pic.o) all: libpng.a $(LIBSO) pngtest pngtest-static libpng.pc libpng-config # see scripts/pnglibconf.mak for more options -pnglibconf.h: scripts/pnglibconf.h - cp scripts/pnglibconf.h $@ +pnglibconf.h: scripts/pnglibconf.h.prebuilt + cp scripts/pnglibconf.h.prebuilt $@ libpng.a: $(OBJS) $(AR_RC) $@ $(OBJS) |