aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhsu <hsu@FreeBSD.org>1994-11-22 18:05:49 +0800
committerhsu <hsu@FreeBSD.org>1994-11-22 18:05:49 +0800
commit787658b411de128710a2d8e21f9f36d4396198b2 (patch)
treec66a10eb8b375b8f1ab300fa0ab933d39188a9ae
parentd59ef19db0553944464ce98d2310a33bc25db069 (diff)
downloadfreebsd-ports-gnome-787658b411de128710a2d8e21f9f36d4396198b2.tar.gz
freebsd-ports-gnome-787658b411de128710a2d8e21f9f36d4396198b2.tar.zst
freebsd-ports-gnome-787658b411de128710a2d8e21f9f36d4396198b2.zip
Make use of ALL_TARGET instead of adding the all target to the
underlying Makefile. Obtained from:
-rw-r--r--lang/Sather/files/patch-0211
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/Sather/files/patch-02 b/lang/Sather/files/patch-02
index e07a0c3645fa..bbdfbeb1cc1e 100644
--- a/lang/Sather/files/patch-02
+++ b/lang/Sather/files/patch-02
@@ -33,17 +33,6 @@
AR= ar
RM= rm -f
-***************
-*** 39,44 ****
---- 39,46 ----
- SYSTEM= System/GC/gc.a System/base.a System/MACROS System/CONFIG System/ITERS
- BOOTCS= ${SHOME}/Boot/${CS}
- BOOTHOME= ${SHOME}
-+
-+ all: testall
-
- # Make the boot compiler and give it a workout on itself and some test cases
- testall: bootstrap test
*** System/CONFIG.proto.0 Mon Oct 31 03:55:23 1994
--- System/CONFIG.proto Mon Oct 31 03:57:59 1994
***************