summaryrefslogtreecommitdiff
path: root/misc/mshell
diff options
context:
space:
mode:
Diffstat (limited to 'misc/mshell')
-rw-r--r--misc/mshell/files/patch-aa8
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/mshell/files/patch-aa b/misc/mshell/files/patch-aa
index 12d398156dc3..0b2af61671a9 100644
--- a/misc/mshell/files/patch-aa
+++ b/misc/mshell/files/patch-aa
@@ -1,5 +1,5 @@
-*** Makefile.orig Wed Oct 5 18:31:35 1994
---- Makefile Wed Oct 5 18:35:39 1994
+*** Makefile.orig Tue May 27 00:29:12 1997
+--- Makefile Tue May 27 02:13:51 1997
***************
*** 8,21 ****
#
@@ -10,7 +10,7 @@
settatr.o setenv.o xsystem.o dl.o macro.o
mshell: $(OBJS)
- cc $(CFLAGS) $(OBJS) -lcurses -ltermcap -o mshell
+! cc $(CFLAGS) $(OBJS) -lcurses -ltermcap -o mshell
$(OBJS) : mshell.h
@@ -29,7 +29,7 @@
+ all: mshell
+
mshell: $(OBJS)
- cc $(CFLAGS) $(OBJS) -lcurses -ltermcap -o mshell
+! cc $(CFLAGS) $(OBJS) -lncurses -ltermcap -o mshell
$(OBJS) : mshell.h