From 271b27fbedb5f036b5ee3ef421ef54eede8539f1 Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Sun, 21 May 2017 14:46:44 -0700 Subject: [PATCH] Fix typo in flags definition --- bin/makefile-tail | 2 +- bin/makeisc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/makefile-tail b/bin/makefile-tail index c149c95..eb1057c 100755 --- a/bin/makefile-tail +++ b/bin/makefile-tail @@ -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) diff --git a/bin/makeisc b/bin/makeisc index e2a385d..d07fd4b 100755 --- a/bin/makeisc +++ b/bin/makeisc @@ -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)