1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-13 23:27:12 +00:00

Fix typo in flags definition

This commit is contained in:
Nick Briggs 2017-05-21 14:46:44 -07:00
parent 215800f498
commit 271b27fbed
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ OSARCHDIR = ../$(OSARCHNAME)/
REQUIRED-INCS = $(INCDIR)version.h
CFLAGS = $(OPTFLAGS) $(DFLAGS) $(FPFLAGS)
DISPCFLAGS = $(DISPOPTFLAGS) $(DFLAGS) $(FPGLAGS)
DISPCFLAGS = $(DISPOPTFLAGS) $(DFLAGS) $(FPFLAGS)
RFLAGS = -c $(CFLAGS) -I$(INCDIR) -I$(INCLUDEDIR) -L$(LIBDIR)
ANSIRFLAGS = -c $(ANSIOPTFLAGS) $(DFLAGS) $(FPFLAGS) -I$(INCDIR) -I$(INCLUDEDIR)
DISPRFLAGS = -c $(DISPCFLAGS) -I$(INCDIR) -I$(INCLUDEDIR)

View File

@ -146,7 +146,7 @@ OSARCHDIR = /$(OSARCHNAME)/
#
CFLAGS = $(OPTFLAGS) $(DFLAGS) $(FPFLAGS)
DISPCFLAGS = $(DISPOPTFLAGS) $(DFLAGS) $(FPGLAGS)
DISPCFLAGS = $(DISPOPTFLAGS) $(DFLAGS) $(FPFLAGS)
RFLAGS = -c $(CFLAGS) -I$(INCDIR)
DISPRFLAGS = -c $(DISPCFLAGS) -I$(INCDIR)