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 )