From 5eafd8115f2077f668616c1534c21c0fd14ad9c4 Mon Sep 17 00:00:00 2001 From: Wayne Parham Date: Mon, 7 Jun 2021 00:53:15 -0500 Subject: [PATCH] Cleanup whitespace in Makefile --- samples/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/samples/Makefile b/samples/Makefile index c8c02dbe3..e455852c6 100644 --- a/samples/Makefile +++ b/samples/Makefile @@ -334,13 +334,12 @@ ifndef EXELIST_$(SYS) EXELIST_$(SYS) := ${patsubst %.c,%,$(wildcard *.c)} endif -define SUBDIR_recipe +define SUBDIR_recipe @$(MAKE) -C $(dir) --no-print-directory $@ endef # SUBDIR_recipe - # -------------------------------------------------------------------------- # Rules to make the binaries and the disk @@ -481,5 +480,4 @@ mostlyclean: clean: mostlyclean @$(DEL) $(EXELIST_$(SYS)) $(DISK_$(SYS)) 2>$(NULLDEV) @$(DEL) multdemo.? ovrldemo.? 2>$(NULLDEV) - @$(foreach dir,$(DIRLIST),$(SUBDIR_recipe)) - + $(foreach dir,$(DIRLIST),$(SUBDIR_recipe))