summaryrefslogtreecommitdiff
path: root/devel/elf/files/patch-Makefile.in
blob: cf52ecdcbed1b6f8ec05313f1084e4178de522a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- Makefile.in.orig	2014-06-07 13:38:33.334423095 +0800
+++ Makefile.in	2014-06-07 13:39:03.004421673 +0800
@@ -1,9 +1,9 @@
 all:		./src/Makefile
-		cd ./src; make; cd ../
+		cd ./src; ${MAKE}
 
 install:	./src/Makefile ./doc/Makefile
-		cd ./src; make install; cd ../
-		cd ./doc; make install; cd ../
+		cd ./src; ${MAKE} install
+		cd ./doc; ${MAKE} install
 
 uninstall:	./src/Makefile ./doc/Makefile
 		cd ./src;make uninstall; cd ../