summaryrefslogtreecommitdiff
path: root/lang/rscheme/files/patch-..::Makefile
blob: 6e0a42b41270825981424c0727081fb2a797a20c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$FreeBSD$

--- ../Makefile.orig	Thu Mar 18 17:40:45 1999
+++ ../Makefile	Tue Jul 31 10:48:35 2001
@@ -126,9 +126,9 @@
 
 stage1::
 	cd stage0 ; ./configure --prefix=`pwd`/install $(CONFIG_OPTS)
-	cd stage0 ; make
+	cd stage0 ; $(MAKE)
 	mkdir -p stage0/install/bin
-	cd stage0 ; make shell
+	cd stage0 ; $(MAKE) shell
 	cd stage0 ; ln -fs ../../rshell/rs install/bin/rs
 	cd stage0 ; ln -fs ../../system.img install/resource/system.img
 	$(MAKE) RS=`pwd`/stage0/install/bin/rs RSC_FLAGS2=-ccode \