diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-02-13 19:55:08 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-02-13 19:55:08 +0000 |
| commit | 534aec00c51ba49847b1215433e0154b5c512aeb (patch) | |
| tree | 9c35752cb5c59eb9fea61db0049f78f19503b081 /lang/Sather/files/patch-ab | |
| parent | Update to 1.3.4 (diff) | |
Upgrade to version 1.2.1
PR: 16675
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes:
svn path=/head/; revision=25776
Diffstat (limited to 'lang/Sather/files/patch-ab')
| -rw-r--r-- | lang/Sather/files/patch-ab | 48 |
1 files changed, 13 insertions, 35 deletions
diff --git a/lang/Sather/files/patch-ab b/lang/Sather/files/patch-ab index 2157181aa7b8..1adc6c67faa1 100644 --- a/lang/Sather/files/patch-ab +++ b/lang/Sather/files/patch-ab @@ -1,35 +1,13 @@ -*** Makefile.0 Thu Feb 16 07:44:53 1995 ---- Makefile Sat Feb 25 01:12:57 1995 -*************** -*** 23,37 **** - # - # Don't forget to edit (or at least inspect) the file System/CONFIG.proto. - -! CPP= /lib/cpp -C -P - RANLIB= ranlib - CC= gcc -! CFLAGS= -O - GC_CC= ${CC} - MV= mv - CMP= cmp - CS= cs -! SHOME= /u/davids/Sather/Working - AR= ar - RM= rm -f - TEST= test ---- 23,37 ---- - # - # Don't forget to edit (or at least inspect) the file System/CONFIG.proto. - -! CPP= /usr/bin/cpp -C -P - RANLIB= ranlib - CC= gcc -! CFLAGS= -O2 - GC_CC= ${CC} - MV= mv - CMP= cmp - CS= cs -! SHOME= .. - AR= ar - RM= rm -f - TEST= test +--- Makefile.orig Thu Nov 4 17:04:28 1999 ++++ Makefile Wed Feb 2 19:46:11 2000 +@@ -30,8 +30,8 @@ + LN=ln -s + CP=cp + +-CPP=/lib/cpp -C -P +-CC=gcc ++CPP=/usr/bin/cpp -C -P ++CC?=gcc + EXEC_SUFFIX= + # CC is only used for bootstrapping, check System/Common/CONFIG.proto if + # you want to change it for all Sather compilations |
