summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-17 21:13:22 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-17 21:13:22 +0000
commitc378ef530457652deaecea308fe4ca71b08163df (patch)
treedd7be89b5bdf7930ac2437e17a5a1f73b43c2126
parent7a1230b8f5c39faaef4e58035faa1715bc6b4554 (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 dbfb8f0..a85b782 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -29,7 +29,7 @@ libmandir = $(mandir)/man$(LIB_MAN_SUFFIX)
libman_SOURCES = XF86Misc.man
-BUILT_SOURCES = .shadows.DONE
+BUILT_SOURCES = shadows.DONE
EXTRA_DIST = $(libman_SOURCES)
@@ -68,7 +68,7 @@ XF86Misc_shadows = \
XF86MiscGetKbdSettings \
XF86MiscSetKbdSettings
-.shadows.DONE:
+shadows.DONE:
-rm -f $(XF86Misc_shadows:=.$(LIB_MAN_SUFFIX))
(for i in $(XF86Misc_shadows:=.$(LIB_MAN_SUFFIX)) ; do \
echo .so man$(LIB_MAN_SUFFIX)/XF86Misc.$(LIB_MAN_SUFFIX) > $$i; \