summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-17 21:13:15 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-17 21:13:15 +0000
commit0dbcf2d9436b3860ed33563e0f2daf0b2bc78dd9 (patch)
tree5c3ade6225696fbe4269877aae5867f7e23f25b8
parent00b3817d8c24dd400ff870bb02bc1c6ba2db1f05 (diff)
Rename .shadows.DONE to shadows.DONE to avoid some make's thinking it's a
suffix rule (reported by Matthieu Herrb)
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 88c7ff9..fc2d147 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -105,7 +105,7 @@ appmandir = $(mandir)/man$(APP_MAN_SUFFIX)
appman_DATA = $(appman_SOURCES:man=$(APP_MAN_SUFFIX)) \
$(man_shadows:=.$(APP_MAN_SUFFIX))
-BUILT_SOURCES = .shadows.DONE
+BUILT_SOURCES = shadows.DONE
EXTRA_DIST += $(appman_SOURCES)
CLEANFILES += $(appman_DATA) $(BUILT_SOURCES)
@@ -136,7 +136,7 @@ SUFFIXES += .$(APP_MAN_SUFFIX) .man
man_shadows = atobm bmtoa
-.shadows.DONE:
+shadows.DONE:
-rm -f $(man_shadows:=.$(APP_MAN_SUFFIX))
(for i in $(man_shadows:=.$(APP_MAN_SUFFIX)) ; do \
echo .so man$(APP_MAN_SUFFIX)/bitmap.$(APP_MAN_SUFFIX) > $$i; \