summaryrefslogtreecommitdiff
path: root/editors/uemacs/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--editors/uemacs/files/patch-ab9
1 files changed, 7 insertions, 2 deletions
diff --git a/editors/uemacs/files/patch-ab b/editors/uemacs/files/patch-ab
index c16d70dd5bd9..922b1623801f 100644
--- a/editors/uemacs/files/patch-ab
+++ b/editors/uemacs/files/patch-ab
@@ -1139,7 +1139,7 @@ diff -crN ue312.orig/freebsd/makefile ue312/freebsd/makefile
--- ue312/freebsd/makefile Sat Jan 14 12:14:10 1995
***************
*** 0 ****
---- 1,97 ----
+--- 1,102 ----
+ # Unix makefile for
+ # MicroEMACS 3.12
+ # (C)Copyright 1993 by Daniel Lawrence
@@ -1178,9 +1178,14 @@ diff -crN ue312.orig/freebsd/makefile ue312/freebsd/makefile
+
+ all: emacs
+
++ message:
++ @echo ""
++ @echo "Expect some warnings. None of them seem to be fatal. --tg"
++ @echo ""
++
+ OFILES = $(F1) $(F2) $(F3) $(F4) $(F5) $(F6) $(F7) $(F8)
+
-+ emacs: $(OFILES)
++ emacs: message $(OFILES)
+ $(CC) -s $(CFLAGS) $(OFILES) -ltermcap -lc -o emacs
+
+ $(OBJD)/basic.o: $(SRCD)/basic.c $(HFILES)