summaryrefslogtreecommitdiff
path: root/scripts/makefile.sco
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.sco
parent15333cd28d6f8987e49303d137e9cd23f4eea347 (diff)
downloadlibpng-8c667864194ca6061f075f13f7ce0beb79e5a359.tar.gz
[devel] Renamed scripts/pnglibconf.h to scripts/pnglibconf.h.prebuilt
Diffstat (limited to 'scripts/makefile.sco')
-rw-r--r--scripts/makefile.sco4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/makefile.sco b/scripts/makefile.sco
index 364b1dbb6..8b71c72b5 100644
--- a/scripts/makefile.sco
+++ b/scripts/makefile.sco
@@ -74,8 +74,8 @@ OBJSDLL = $(OBJS:.o=.pic.o)
all: libpng.a $(LIBSO) pngtest 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)