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
commit5bd4b64f5d6819de8bea952e7a8cf29caa16c912 (patch)
tree211022cbef4aa577235c656a3e8cc5d3d3ee134f
parentfccfbe4c9805c7169f54a6e293e6d08625e3cdde (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 b5eae20..c7a26ce 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -112,7 +112,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)
@@ -150,7 +150,7 @@ man_shadows = \
xtrapchar \
xtrapproto
-.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)/xtrap.$(APP_MAN_SUFFIX) > $$i; \