summaryrefslogtreecommitdiff
path: root/lang/ratfor/files/patch-Makefile
blob: 059e3b53747e5fb595901e67534c7d424e9024c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- Makefile~	Sat Jan 13 18:13:44 2007
+++ Makefile	Sat Jan 13 18:14:35 2007
@@ -28,11 +28,11 @@
 
 test: ratfor
 	./ratfor -o test.f test.r
-	f77 -o test test.f
+	%%F77%% -o test test.f
 
 testw: ratfor
 	./ratfor -o testw.f testw.r
-	f77 -o testw testw.f
+	%%F77%% -o testw testw.f
 
 tests: test testw
 	./test