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
commite5b2cfc00086fbc28cbcff0c25a5f6cc648974b2 (patch)
treeff3549fbcb8db32d336e755d587fca0c6d6c92a6
parenta90094021482a3e4093a4adc9a013c4084bd8712 (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 937196a..1a9f694 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -29,7 +29,7 @@ libmandir = $(mandir)/man$(LIB_MAN_SUFFIX)
libman_SOURCES = Xss.man
-BUILT_SOURCES = .shadows.DONE
+BUILT_SOURCES = shadows.DONE
EXTRA_DIST = $(libman_SOURCES)
@@ -68,7 +68,7 @@ Xss_shadows = \
XScreenSaverUnregister \
XScreenSaverGetRegistered
-.shadows.DONE:
+shadows.DONE:
-rm -f $(Xss_shadows:=.$(LIB_MAN_SUFFIX))
(for i in $(Xss_shadows:=.$(LIB_MAN_SUFFIX)) ; do \
echo .so man$(LIB_MAN_SUFFIX)/Xss.$(LIB_MAN_SUFFIX) > $$i; \