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.freebsd | |
parent | 15333cd28d6f8987e49303d137e9cd23f4eea347 (diff) | |
download | libpng-8c667864194ca6061f075f13f7ce0beb79e5a359.tar.gz |
[devel] Renamed scripts/pnglibconf.h to scripts/pnglibconf.h.prebuilt
Diffstat (limited to 'scripts/makefile.freebsd')
-rw-r--r-- | scripts/makefile.freebsd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/makefile.freebsd b/scripts/makefile.freebsd index 58e84343b..994608c99 100644 --- a/scripts/makefile.freebsd +++ b/scripts/makefile.freebsd @@ -43,8 +43,8 @@ test: pngtest ./pngtest # 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 $@ DOCS = ANNOUNCE CHANGES INSTALL KNOWNBUG LICENSE README TODO Y2KINFO writelock: |