summaryrefslogtreecommitdiff
path: root/graphics/robot/files/patch-Makefile
blob: ef5ae5a5e7d2931ab0d8337f2033242f0bfdfacb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
--- Makefile.orig	Fri Oct 10 15:14:19 2003
+++ Makefile	Fri Oct 10 17:32:56 2003
@@ -3,7 +3,7 @@
 #
 # The default is to use a FORTRAN compiler
 all:
-	(cd Robot; make)
+	(cd Robot; ${MAKE})
 # This is if you are going to use f2c instead of a FORTRAN compiler
 f2c:
 	(cd Robot; make -f makefile.f2c)
@@ -21,11 +21,11 @@
 	(cd Robot; make solaris)
 
 clean:
-	(cd Robot; make clean)
-	(cd Fitsio; make clean)
-	(cd ARK; make clean)
-	(cd ARKc; make clean)
-	(cd Fitsioc; make clean)
+	(cd Robot; ${MAKE} clean)
+	(cd Fitsio; ${MAKE} clean)
+	(cd ARK; ${MAKE} clean)
+	(cd ARKc; ${MAKE} clean)
+	(cd Fitsioc; ${MAKE} clean)
 
 # gets rid of even more than "clean" -e.g. 'C' files created by
 # f2c