From 2a73f95e7204ded74409adc03eeac62868e3500f Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 17 Jun 2024 17:05:51 -0400 Subject: cxrefbas: handle IF THEN . --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d49b400..f64b99c 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ cxrefbas: bas.o bcdfp.o bas.o: bas.c bas.h subdirs: - for dir in $(SUBDIRS); do make -C $$dir COPT=$(COPT); done + for dir in $(SUBDIRS); do make -C $$dir COPT="$(COPT)"; done a8eol: a8eol.c -- cgit v1.2.3