summaryrefslogtreecommitdiff
path: root/scripts/makefile.freebsd
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2006-07-12 13:33:47 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-04-06 16:09:31 -0500
commit3424ee73541e899db3afc767b7d8c53d3babaf0c (patch)
treedde2755ee0eeb1d3db92f189f24166f2ec4efc98 /scripts/makefile.freebsd
parente826d7e200a2150adfd9013baf0763f14eef7629 (diff)
downloadlibpng-3424ee73541e899db3afc767b7d8c53d3babaf0c.tar.gz
Imported from libpng-1.4.0beta10.tarv1.4.0beta10
Diffstat (limited to 'scripts/makefile.freebsd')
-rw-r--r--scripts/makefile.freebsd4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/makefile.freebsd b/scripts/makefile.freebsd
index 7f2b66c42..da5cf6d02 100644
--- a/scripts/makefile.freebsd
+++ b/scripts/makefile.freebsd
@@ -24,7 +24,9 @@ SYMLINKS= libpng/png.h ${INCSDIR}/../png.h \
LDADD+= -lm -lz
DPADD+= ${LIBM} ${LIBZ}
-pngconf.h.in:
+all: pngconf.h
+
+pngconf.h.in: pngconf.h
cat pngconf.h > pngconf.h.in
pngconf.h: pngconf.h.in