From 4cecb6bffb95aba4d886cc63d672914dcf868962 Mon Sep 17 00:00:00 2001 From: dick Date: Fri, 30 Sep 1988 16:49:02 +0000 Subject: [PATCH] wrong Makefile committed --- lang/cem/cemcom/Makefile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/lang/cem/cemcom/Makefile b/lang/cem/cemcom/Makefile index d573057e7..74b5aacf1 100644 --- a/lang/cem/cemcom/Makefile +++ b/lang/cem/cemcom/Makefile @@ -3,7 +3,6 @@ # Machine and environ dependent definitions EMHOME = ../../.. -EMHOME = /usr/em#??? MKDEP = $(EMHOME)/bin/mkdep PRID = $(EMHOME)/bin/prid CID = $(EMHOME)/bin/cid @@ -130,11 +129,6 @@ MYLINTFLAGS = #-xh .str.h: ./make.allocd <$*.str >$*.h -LINTTEST: #??? - make Lnt - lnt -xha --x BBFT.c -# ./lnt -Dmc68000 -I/usr/em/h -I/usr/em/modules/h -I/usr/em/modules/pkg u.c - Main: Cfiles sh -c 'if $(CC) nmclash.c > /dev/null 2>&1 ; then make "EMHOME="$(EMHOME) $(CURRDIR)/main ; else EMHOME=$(EMHOME); export EMHOME; ./Resolve main ; fi' @rm -f nmclash.o a.out @@ -156,7 +150,7 @@ CEmain: Cfiles mv *.o CODE_EXPANDER Lnt: Cfiles -#??? sh -c 'if $(CC) nmclash.c > /dev/null 2>&1 ; then make "EMHOME="$(EMHOME) $(CURRDIR)/lnt ; else EMHOME=$(EMHOME); export EMHOME; ./Resolve lnt ; fi' + sh -c 'if $(CC) nmclash.c > /dev/null 2>&1 ; then make "EMHOME="$(EMHOME) $(CURRDIR)/lnt ; else EMHOME=$(EMHOME); export EMHOME; ./Resolve lnt ; fi' make "EMHOME="$(EMHOME) $(CURRDIR)/lnt @rm -f nmclash.o a.out @@ -274,7 +268,7 @@ Xlint: $(SRC) $(LINT) $(CDEFS) $(LINTFLAGS) $(SRC) Xmylint: $(SRC) - time $(MYLINT) $(CDEFS) $(MYLINTFLAGS) $(SRC) #??? + $(MYLINT) $(CDEFS) $(MYLINTFLAGS) $(SRC) #AUTOAUTOAUTOAUTOAUTOAUTOAUTOAUTOAUTOAUTO main.o: LLlex.h -- 2.34.1