From f4fb476e502a89b68ff364b6f062122827a87229 Mon Sep 17 00:00:00 2001 From: Bart House Date: Wed, 21 Nov 2018 21:21:43 -0800 Subject: [PATCH] Modified the spotless make rule to use double colon syntax. --- sys/unix/Makefile.top | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/unix/Makefile.top b/sys/unix/Makefile.top index 90b1df955..5aea4e8d6 100644 --- a/sys/unix/Makefile.top +++ b/sys/unix/Makefile.top @@ -291,7 +291,7 @@ clean: # 'make spotless' returns the source tree to near-distribution condition. # it removes .o files, executables, and compiled data files -spotless: +spotless:: ( cd src ; $(MAKE) spotless ) ( cd util ; $(MAKE) spotless ) ( cd dat ; $(MAKE) spotless )