fix 'spotless' bug noticed during cross-compile
This commit is contained in:
@@ -315,7 +315,7 @@ clean:
|
|||||||
|
|
||||||
# 'make spotless' returns the source tree to near-distribution condition.
|
# 'make spotless' returns the source tree to near-distribution condition.
|
||||||
# it removes .o files, executables, and compiled data files
|
# it removes .o files, executables, and compiled data files
|
||||||
spotless::
|
spotless:: clean
|
||||||
( cd src ; $(MAKE) spotless )
|
( cd src ; $(MAKE) spotless )
|
||||||
( cd util ; $(MAKE) spotless )
|
( cd util ; $(MAKE) spotless )
|
||||||
( cd dat ; $(MAKE) spotless )
|
( cd dat ; $(MAKE) spotless )
|
||||||
|
|||||||
Reference in New Issue
Block a user