From c164420e262c6a26cae6ef3e80c891186a6089ac Mon Sep 17 00:00:00 2001 From: "mark%moxienet.com" Date: Wed, 9 Jan 2008 02:00:24 +0000 Subject: [PATCH] Ensure "grep -lFx" rules depend on generated --- camino/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/camino/Makefile.in b/camino/Makefile.in index 6251e2fb4ab..30e957f2950 100644 --- a/camino/Makefile.in +++ b/camino/Makefile.in @@ -239,15 +239,15 @@ $(GENERATED_STRINGS_FILES): \ # contents are changing. The file's timestamp will be preserved when the # contents aren't changing, reducing unnecessary build activity. -$(PLATFORM_BUILD_ID_FILE): FORCE +$(PLATFORM_BUILD_ID_FILE): FORCE generated grep -lFx "$(PLATFORM_BUILD_ID)" $@ >& /dev/null || \ echo $(PLATFORM_BUILD_ID) > $@ -$(CVS_TAG_FILE): FORCE +$(CVS_TAG_FILE): FORCE generated grep -lFx "$(CVS_TAG)" $@ >& /dev/null || \ echo $(CVS_TAG) > $@ -$(CVS_TIME_FILE): FORCE +$(CVS_TIME_FILE): FORCE generated grep -lFx "$(CVS_TIME)" $@ >& /dev/null || \ echo $(CVS_TIME) > $@