summaryrefslogtreecommitdiff
path: root/scripts/makefile.elf
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/makefile.elf')
-rw-r--r--scripts/makefile.elf4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/makefile.elf b/scripts/makefile.elf
index b56a2ac4c..26ad8ce90 100644
--- a/scripts/makefile.elf
+++ b/scripts/makefile.elf
@@ -12,7 +12,7 @@
# Library name:
LIBNAME = libpng14
PNGMAJ = 1
-PNGMIN = 1.4.0beta6
+PNGMIN = 1.4.0beta7
PNGVER = $(PNGMAJ).$(PNGMIN)
# Shared library names:
@@ -215,7 +215,7 @@ test-dd:
echo Testing installed dynamic shared library in $(DL).
$(CC) -I$(DI) -I$(ZLIBINC) \
`$(BINPATH)/$(LIBNAME)-config --cflags` pngtest.c \
- -L$(DL) -L$(ZLIBLIB) -W1, -rpath,$(DL) -Wl,-rpath,$(ZLIBLIB) \
+ -L$(DL) -L$(ZLIBLIB) -Wl, -rpath,$(DL) -Wl,-rpath,$(ZLIBLIB) \
-o pngtestd `$(BINPATH)/$(LIBNAME)-config --ldflags`
./pngtestd pngtest.png