summaryrefslogtreecommitdiff
path: root/scripts/makefile.elf
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2010-08-24 16:16:35 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2010-08-24 16:16:35 -0500
commit8c667864194ca6061f075f13f7ce0beb79e5a359 (patch)
tree201ae31cadfd371e1f21eae1bb7b93ef48672d85 /scripts/makefile.elf
parent15333cd28d6f8987e49303d137e9cd23f4eea347 (diff)
downloadlibpng-8c667864194ca6061f075f13f7ce0beb79e5a359.tar.gz
[devel] Renamed scripts/pnglibconf.h to scripts/pnglibconf.h.prebuilt
Diffstat (limited to 'scripts/makefile.elf')
-rw-r--r--scripts/makefile.elf4
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)