summaryrefslogtreecommitdiff
path: root/scripts/makefile.dj2
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>1998-03-07 14:33:00 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-04-06 16:04:17 -0500
commitea3bcd7087876c83746e7ea6a2e6960904785fc0 (patch)
tree3c5293877585407524852401714584d41134dc73 /scripts/makefile.dj2
parent983ec160b41eb8e9a31da8672dbde55fed558fd8 (diff)
downloadlibpng-ea3bcd7087876c83746e7ea6a2e6960904785fc0.tar.gz
Imported from libpng-0.99k.tarv0.99k
Diffstat (limited to 'scripts/makefile.dj2')
-rw-r--r--scripts/makefile.dj22
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makefile.dj2 b/scripts/makefile.dj2
index 8ad042eb5..e80f5cc0f 100644
--- a/scripts/makefile.dj2
+++ b/scripts/makefile.dj2
@@ -23,7 +23,7 @@ libpng.a: $(OBJS)
$(RANLIB) $@
pngtest: pngtest.o libpng.a
- $(CC) -o pngtest $(CCFLAGS) pngtest.o $(LDFLAGS)
+ $(CC) -o pngtest $(CFLAGS) pngtest.o $(LDFLAGS)
coff2exe pngtest
test: pngtest