Removed some incorrect STATIC's

This commit is contained in:
ceriel
1991-02-15 14:54:53 +00:00
parent eaca4e29a3
commit ada6ae5c12
4 changed files with 3 additions and 7 deletions

View File

@@ -54,7 +54,7 @@ INCLUDES = -I$(MHDIR) -I$(EMHOME)/h -I$(PKGDIR)
OPTIM= -O
CFLAGS = $(PROFILE) $(INCLUDES) $(OPTIM) $(COPTIONS) -DSTATIC=
LINTFLAGS = -DSTATIC= -DNORCSID
LDFLAGS = -i $(PROFILE)
LDFLAGS = $(PROFILE)
LSRC = declar.c expression.c program.c statement.c tokenfile.c
LOBJ = declar.o expression.o program.o statement.o tokenfile.o