From 03a24d734530aee78c94e002e3bd203b86640084 Mon Sep 17 00:00:00 2001 From: paltherr Date: Fri, 11 Apr 2003 15:43:16 +0000 Subject: - Fixed function RUN --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 799c8d59be..2f3f12ed12 100644 --- a/Makefile +++ b/Makefile @@ -158,7 +158,7 @@ PICO_FLAGS += -make -source 1.4 ############################################################################## # Functions -RUN = echo $(1); $(1) || exit $$? +RUN = echo '$(1)'; $(1) || exit $$? READLIST = $(shell cat $(1) | grep -v "^\#") make += $(MAKE) MAKELEVEL=$(MAKELEVEL) --no-print-directory -- cgit v1.2.3