From e22199f9828597e0e602be092622a9e8bb8348d7 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 20 Dec 2005 00:13:17 +0000 Subject: added in mingw_fixes patch which includes NT2_MSC_VER and lots of other stuff so that everything can compile using MinGW; reorged things to use the full name 'windows' rather than just 'win'. This matches 'darwin' and 'linux'; this is windows RC6 svn path=/trunk/; revision=4260 --- packages/linux_make/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/linux_make') diff --git a/packages/linux_make/Makefile b/packages/linux_make/Makefile index 734b9389..59765135 100755 --- a/packages/linux_make/Makefile +++ b/packages/linux_make/Makefile @@ -54,8 +54,8 @@ DEST_PATHS = BUILDLAYOUT_DIR=$(BUILDLAYOUT_DIR) \ install: - cd $(packages_src) && make $(DEST_PATHS) install - cd $(packages_src) && make $(DEST_PATHS) doc_format + make -C $(packages_src) $(DEST_PATHS) install + make -C $(packages_src) $(DEST_PATHS) doc_format @echo " " @echo "linux_make install succeeded!" -- cgit v1.2.1