*** empty log message ***

This commit is contained in:
ceriel
1987-01-07 11:10:33 +00:00
parent debef378c9
commit be68581019
3 changed files with 30 additions and 18 deletions

View File

@@ -72,10 +72,13 @@ all: cc
cc: hfiles LLfiles
make "EMHOME="$(EMHOME) cpp
hfiles: Parameters
hfiles: Parameters char.c charoffset.h
./make.hfiles Parameters
@touch hfiles
charoffset.h char.c: chtab char.tab
chtab -fchar.tab > char.c
LLfiles: $(LSRC)
$(GEN) $(GENOPTIONS) $(LSRC)
@touch LLfiles
@@ -86,12 +89,6 @@ tokenfile.g: tokenname.c make.tokfile
symbol2str.c: tokenname.c make.tokcase
<tokenname.c ./make.tokcase >symbol2str.c
char.c: char.tab chtab
chtab -fchar.tab > char.c
charoffset.h: chtab char.tab
chtab -fchar.tab > /dev/null
chtab: chtab.o
$(CC) -o chtab chtab.o