Fixed problem with multiple TOKSEP's

This commit is contained in:
ceriel
1991-02-18 15:50:39 +00:00
parent 797441009d
commit 24dd6b4cb5
2 changed files with 7 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ TABGEN = $(EMHOME)/bin/tabgen
PROF = #-pg
CDEFS = $(EM_INCLUDES) $(LIB_INCLUDES)
CFLAGS = $(CDEFS) $(COPTIONS) $(PROF) -O
LDFLAGS = -i $(PROF)
LDFLAGS = $(PROF)
# Grammar files and their objects
LSRC = tokenfile.g declar.g statement.g expression.g program.g ival.g