summaryrefslogtreecommitdiffstats
path: root/src/gd.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2008-11-09 03:05:58 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2008-11-09 03:05:58 (GMT)
commite297bf65508392f2e418111ce52e134eeb6fa5ef (patch)
tree37d5ac5358fafe6d9ec12821061a994cedc6d4f0 /src/gd.mk
parent5561a06358dd3b757033f16c5c7ca20016764699 (diff)
downloadmxe-e297bf65508392f2e418111ce52e134eeb6fa5ef.zip
mxe-e297bf65508392f2e418111ce52e134eeb6fa5ef.tar.gz
mxe-e297bf65508392f2e418111ce52e134eeb6fa5ef.tar.bz2
bugfix in the build rules of packages 'gd' and 'libgeotiff'
Diffstat (limited to 'src/gd.mk')
-rw-r--r--src/gd.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gd.mk b/src/gd.mk
index 201c314..1199119 100644
--- a/src/gd.mk
+++ b/src/gd.mk
@@ -16,9 +16,9 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
- touch aclocal.m4
- touch config.hin
- touch Makefile.in
+ touch '$(1)/aclocal.m4'
+ touch '$(1)/config.hin'
+ touch '$(1)/Makefile.in'
$(SED) 's,-I@includedir@,-I@includedir@ -DNONDLL,' -i '$(1)/config/gdlib-config.in'
$(SED) 's,-lX11 ,,g' -i '$(1)/configure'
cd '$(1)' && ./configure \