removed -i flag

This commit is contained in:
ceriel
1991-02-20 09:48:36 +00:00
parent 1c694d98d0
commit bb31795d33
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