2fad50c06e
skk port is a meta-port and (presumably) does not require skk-elisp to run. I have removed the skk-elisp dependency from skk. The skkfep port did not depend on skk-elisp explicitly, only via the skk port.
8 lines
340 B
Text
8 lines
340 B
Text
--- protoMakefile.orig Tue Jul 7 00:31:15 1998
|
|
+++ protoMakefile Wed Aug 2 02:56:16 2000
|
|
@@ -1,4 +1,4 @@
|
|
-CFLAGS=$(SYSINCLUDE) $(SYSDEFINE) $(DEFINE) $(OPTIMIZE)
|
|
+CFLAGS+=$(SYSINCLUDE) $(SYSDEFINE) $(DEFINE) $(OPTIMIZE)
|
|
LIBS =$(SYSLIBS) $(EXTRALIBS) -ltermcap
|
|
|
|
OBJS=fep.o connsh.o readwrite.o terms.o stty.o keybind.o romkan.o etc.o\
|