summaryrefslogtreecommitdiff
path: root/scripts/makefile.std
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.std
parent983ec160b41eb8e9a31da8672dbde55fed558fd8 (diff)
downloadlibpng-ea3bcd7087876c83746e7ea6a2e6960904785fc0.tar.gz
Imported from libpng-0.99k.tarv0.99k
Diffstat (limited to 'scripts/makefile.std')
-rw-r--r--scripts/makefile.std2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makefile.std b/scripts/makefile.std
index ebe000b4a..7cc605990 100644
--- a/scripts/makefile.std
+++ b/scripts/makefile.std
@@ -29,7 +29,7 @@ libpng.a: $(OBJS)
$(RANLIB) $@
pngtest: pngtest.o libpng.a
- $(CC) -o pngtest $(CCFLAGS) pngtest.o $(LDFLAGS)
+ $(CC) -o pngtest $(CFLAGS) pngtest.o $(LDFLAGS)
test: pngtest
./pngtest