diff options
Diffstat (limited to 'cad/sceptre/files/patch-ab')
-rw-r--r-- | cad/sceptre/files/patch-ab | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/cad/sceptre/files/patch-ab b/cad/sceptre/files/patch-ab index 17deaf8fb791..a64e5cfeea72 100644 --- a/cad/sceptre/files/patch-ab +++ b/cad/sceptre/files/patch-ab @@ -1,12 +1,12 @@ ---- Makefile~ Sun Nov 12 17:55:44 2000 -+++ Makefile Sun Feb 11 16:30:32 2001 -@@ -1,4 +1,4 @@ +--- Makefile.orig Sun Nov 12 16:25:44 2000 ++++ Makefile Fri Jan 12 21:27:09 2007 +@@ -1,5 +1,3 @@ -FC = g77 -+FC = f77 - FFLAGS = -fno-automatic -O +-FFLAGS = -fno-automatic -O BASEDIR = `pwd` INSTDIR = /usr/local -@@ -13,19 +13,19 @@ + LIBDIR = ${INSTDIR}/lib +@@ -13,19 +11,19 @@ cd x1; ${MAKE} "FC=${FC}" "FFLAGS=${FFLAGS}" cd x2; ${MAKE} "FC=${FC}" "FFLAGS=${FFLAGS}" install: |