Imported from libpng-1.2.4rc1.tar
diff --git a/scripts/makefile.linux b/scripts/makefile.linux
index 2c73f5f..a4a4441 100644
--- a/scripts/makefile.linux
+++ b/scripts/makefile.linux
@@ -5,7 +5,7 @@
LIBNAME = libpng12
PNGMAJ = 0
-PNGMIN = 1.2.4beta3
+PNGMIN = 1.2.4rc1
PNGVER = $(PNGMAJ).$(PNGMIN)
CC=gcc
@@ -183,7 +183,7 @@
`$(BINPATH)/libpng12-config --cppflags --cflags` pngtest.c \
-L$(ZLIBLIB) -Wl,-rpath,$(ZLIBLIB) \
-o pngtesti `$(BINPATH)/libpng12-config --ldflags --libs`
- pngtesti pngtest.png
+ ./pngtesti pngtest.png
clean:
/bin/rm -f *.o libpng.a pngtest pngout.png libpng.pc libpng-config \