summaryrefslogtreecommitdiff
path: root/scripts/makefile.mingw
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/makefile.mingw')
-rw-r--r--scripts/makefile.mingw4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/makefile.mingw b/scripts/makefile.mingw
index 03573f23d..751115c69 100644
--- a/scripts/makefile.mingw
+++ b/scripts/makefile.mingw
@@ -44,7 +44,7 @@ ifndef prefix
prefix=/usr
$(warning You haven't specified a 'prefix=' location. Defaulting to "/usr")
endif
-exec_prefix=$prefix
+exec_prefix=$(prefix)
# Where the zlib library and include files are located
ZLIBLIB= /usr/lib
@@ -76,7 +76,7 @@ CFLAGS= $(strip $(MINGW_CCFLAGS) $(addprefix -I,$(ZLIBINC)) \
LIBNAME = libpng12
PNGMAJ = 0
MINGDLL = 12
-PNGMIN = 1.2.10beta6
+PNGMIN = 1.2.10beta7
PNGVER = $(PNGMAJ).$(PNGMIN)
SHAREDLIB=libpng$(MINGDLL).dll