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

@@ -12,7 +12,7 @@ LIBRARY= $(MODLIB)/libem_mes.a $(MODLIB)/libemk.a \
$(MODLIB)/libstring.a \
$(MODLIB)/libsystem.a $(LEXLIB)
CFLAGS = -Dvoid=int -O $(INCL)
LDFLAGS = -i
LDFLAGS =
# void = int, because some compilers don't understand void
HSRC = code.h em.h expr.h sizes.h symtab.h token.h
CSRC = builtin.c code.c em.c expr.c keytab.c report.c symtab.c