changeset 784:f73ec86ea1e1

merge
author Volker Grabsch <vog@notjusthosting.com>
date Sat, 20 Feb 2010 04:45:09 +0100
parents d508e0383f71 (current diff) f44646233ef7 (diff)
children 1d651946e889
files
diffstat 2 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Fri Feb 19 04:39:45 2010 +0100
+++ b/.hgignore	Sat Feb 20 04:45:09 2010 +0100
@@ -1,4 +1,4 @@
-^usr/
-^log/
-^pkg/
-^dist/
+^usr($|/)
+^log($|/)
+^pkg($|/)
+^dist($|/)
--- a/src/xerces.mk	Fri Feb 19 04:39:45 2010 +0100
+++ b/src/xerces.mk	Sat Feb 20 04:45:09 2010 +0100
@@ -23,7 +23,7 @@
 endef
 
 define $(PKG)_BUILD
-    cd '$(1)' && ./configure \
+    cd '$(1)' && $(SHELL) ./configure \
         --host='$(TARGET)' \
         --disable-shared \
         --prefix='$(PREFIX)/$(TARGET)' \