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
commit359169b7436f23ec7f65a6e7d6c6c5af595e53bb (patch)
treec1af437c38596d61f7b9163f83db387b1a842d39
parent52272123e0c62d9dc35048f34201fd30a815fe8b (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--man/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index b4deed9..3a7a75b 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -32,7 +32,7 @@ libman_SOURCES = Xevie.man
libman_DATA = $(libman_SOURCES:man=$(LIB_MAN_SUFFIX)) \
$(Xevie_shadows:=.$(LIB_MAN_SUFFIX))
-BUILT_SOURCES = .shadows.DONE
+BUILT_SOURCES = shadows.DONE
EXTRA_DIST = $(libman_SOURCES)
@@ -64,7 +64,7 @@ Xevie_shadows = \
XevieSendEvent \
XevieEnd
-.shadows.DONE:
+shadows.DONE:
-rm -f $(Xevie_shadows:=.$(LIB_MAN_SUFFIX))
(for i in $(Xevie_shadows:=.$(LIB_MAN_SUFFIX)) ; do \
echo .so man$(LIB_MAN_SUFFIX)/Xevie.$(LIB_MAN_SUFFIX) > $$i; \