From d3bbf02d2e62ee019a76c9ea7c715182eb0cab93 Mon Sep 17 00:00:00 2001 From: Adam Powers Date: Thu, 27 Aug 2020 21:12:51 -0700 Subject: [PATCH] fix 'spotless' bug noticed during cross-compile --- 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 b604bb7ef..60455a384 100644 --- a/sys/unix/Makefile.top +++ b/sys/unix/Makefile.top @@ -315,7 +315,7 @@ clean: # 'make spotless' returns the source tree to near-distribution condition. # it removes .o files, executables, and compiled data files -spotless:: +spotless:: clean ( cd src ; $(MAKE) spotless ) ( cd util ; $(MAKE) spotless ) ( cd dat ; $(MAKE) spotless )