summaryrefslogtreecommitdiff
path: root/scripts/makefile.intel
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2001-01-15 22:01:20 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-04-06 16:05:35 -0500
commitfbbb5ecb52f8cdf1c57ec73f470416eeb358dde2 (patch)
treecf2f825a6c8a804d18b896135539decb708d3cea /scripts/makefile.intel
parent5e5c1e1f5698c55bda258aaca14b9d2ae6ceccf5 (diff)
downloadlibpng-fbbb5ecb52f8cdf1c57ec73f470416eeb358dde2.tar.gz
Imported from libpng-1.0.9beta10.tarv1.0.9beta10
Diffstat (limited to 'scripts/makefile.intel')
-rw-r--r--scripts/makefile.intel8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/makefile.intel b/scripts/makefile.intel
index b55226339..1cabe779b 100644
--- a/scripts/makefile.intel
+++ b/scripts/makefile.intel
@@ -42,9 +42,9 @@ LDFLAGS=/SUBSYSTEM:CONSOLE /NOLOGO
O=.obj
-OBJS=png$(O) pngset$(O) pngget$(O) pngrutil$(O) pngtrans$(O) pngwutil$(O)\
- pngmem$(O) pngpread$(O) pngread$(O) pngerror$(O) pngwrite$(O)\
- pngrtran$(O) pngwtran$(O) pngrio$(O) pngwio$(O) pngvcrd$(O)
+OBJS=png$(O) pngset$(O) pngget$(O) pngrutil$(O) pngtrans$(O) pngwutil$(O) \
+pngmem$(O) pngpread$(O) pngread$(O) pngerror$(O) pngwrite$(O) \
+pngrtran$(O) pngwtran$(O) pngrio$(O) pngwio$(O) pngvcrd$(O)
all: test
@@ -70,7 +70,7 @@ pngrtran$(O): png.h pngconf.h
pngrutil$(O): png.h pngconf.h
$(CC) $(CFLAGS) $*.c $(ERRFILE)
-pngvcrd$(O): png.h pngconf.h pngasmrd.h
+pngvcrd$(O): png.h pngconf.h
$(CC) $(CFLAGS) $*.c $(ERRFILE)
pngerror$(O): png.h pngconf.h