X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fclam%2Frules.def;h=b73a06c2b1d24abef442ea171afd2c17c4580e06;hb=24b2947ed9364f3e83fa1bb544ff6b1fdbf0428f;hp=4706079f347e0ce73173afacff32229332bb347b;hpb=e6e7566f88a1af46322a9727c81b67a7ed14ed33;p=feisty_meow.git diff --git a/scripts/clam/rules.def b/scripts/clam/rules.def index 4706079f..b73a06c2 100644 --- a/scripts/clam/rules.def +++ b/scripts/clam/rules.def @@ -34,7 +34,7 @@ endif # Provides a time-stamp in the make log. show_date.%: - $(HIDER)echo "The time right now is $(shell date)" + $(HIDER)echo "{$(shell date)}" # The .make rule changes to the directory with the same first part of the # pattern and makes whatever projects are there. This is used by the build @@ -79,7 +79,7 @@ endif ifeq "$(NOT_FIRST_MAKE)" "" $(HIDESH) -c '\ if [ ! -f "$(FAILURE_FILE)" ]; then \ - $(SHELL) $(CLAM_DIR)/sound_play.sh $(CLAM_FINISH_SOUND); \ + $(SHELL) $(FEISTY_MEOW_SCRIPTS)/multimedia/sound_play.sh $(CLAM_FINISH_SOUND); \ fi' endif # toss the flag files so we do not see them again.