removed -i flag

This commit is contained in:
ceriel
1991-02-20 09:48:36 +00:00
parent a67f36fdfa
commit 02da577152
4 changed files with 4 additions and 4 deletions

View File

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