From e297bf65508392f2e418111ce52e134eeb6fa5ef Mon Sep 17 00:00:00 2001 From: Volker Grabsch Date: Sun, 9 Nov 2008 04:05:58 +0100 Subject: [PATCH] bugfix in the build rules of packages 'gd' and 'libgeotiff' --- src/gd.mk | 6 +++--- src/libgeotiff.mk | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/gd.mk b/src/gd.mk index 201c3144..11991197 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 \ diff --git a/src/libgeotiff.mk b/src/libgeotiff.mk index f2f73c66..1d2ff74c 100644 --- a/src/libgeotiff.mk +++ b/src/libgeotiff.mk @@ -17,7 +17,7 @@ endef define $(PKG)_BUILD $(SED) 's,/usr/local,@prefix@,' -i '$(1)/bin/Makefile.in' - touch configure + touch '$(1)/configure' cd '$(1)' && ./configure \ --host='$(TARGET)' \ --disable-shared \