2f282ed299262340a89ced0cf024acd7a8378ce2 max Wed Aug 16 12:57:38 2023 -0700 fixing stupid typo found by Angie, refs #30812 diff --git src/hg/utils/makefile src/hg/utils/makefile index 357af4d..21e0397 100644 --- src/hg/utils/makefile +++ src/hg/utils/makefile @@ -137,21 +137,21 @@ scripts: $(SCRIPT_FILES:%=%.scripts) %.scripts: chmod +x $* rm -f ${SCRIPTS}/$* cp -p $* ${SCRIPTS}/$* alpha: scripts all test:: ${TEST_DIRS:%=%.test} %.test: (cd $* && ${MAKE} test) clean:: $(APPS:%=%.clean) - find . -name '*.o' -exec rm {} \; %.clean: - (if test -d $* ; then cd $* && echo $* && $(MAKE) ; fi) + (if test -d $* ; then cd $* && echo $* && $(MAKE) clean; fi) compile:: $(APPS:%=%.compile) - find . -name '*.o' -exec rm {} \; %.compile: (cd $* && ${MAKE} compile)