summaryrefslogtreecommitdiff
path: root/scripts/makefile.gcc
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-11-08 13:28:18 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-11-08 13:28:18 -0600
commit013d1d68c0e6c3ef7f2065524c689b63d6904389 (patch)
tree3736d26e32317803863fb91030c6d55b4348a78a /scripts/makefile.gcc
parent69b0bc089a0cbdd59b8e8f510d298761b8526992 (diff)
downloadlibpng-013d1d68c0e6c3ef7f2065524c689b63d6904389.tar.gz
[devel] Removed dependency of pngtest.o on pngpriv.h in the makefiles.
Diffstat (limited to 'scripts/makefile.gcc')
-rw-r--r--scripts/makefile.gcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makefile.gcc b/scripts/makefile.gcc
index ac53601aa..f1aa61802 100644
--- a/scripts/makefile.gcc
+++ b/scripts/makefile.gcc
@@ -80,4 +80,4 @@ pngwrite$(O): png.h pngconf.h pngpriv.h
pngwtran$(O): png.h pngconf.h pngpriv.h
pngwutil$(O): png.h pngconf.h pngpriv.h
-pngtest$(O): png.h pngconf.h pngpriv.h
+pngtest$(O): png.h pngconf.h