1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-15 20:26:33 +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

@@ -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)