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
commitf6248446b56651ad08ef9ae036f3d266d5a1d108 (patch)
tree6ae099c5d03ef02629396592994d65b185f36e99
parent67f04ddabfdda0d8c69c8f251eab631e4b6585e4 (diff)
downloadxorg-lib-libXRes-f6248446b56651ad08ef9ae036f3d266d5a1d108.tar.gz
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 d740c18..fb12ac3 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -29,7 +29,7 @@ libmandir = $(mandir)/man$(LIB_MAN_SUFFIX)
libman_SOURCES = XRes.man
-BUILT_SOURCES = .shadows.DONE
+BUILT_SOURCES = shadows.DONE
EXTRA_DIST = $(libman_SOURCES)
@@ -66,7 +66,7 @@ XRes_shadows = \
XResQueryClientResources \
XResQueryClientPixmapBytes
-.shadows.DONE:
+shadows.DONE:
-rm -f $(XRes_shadows:=.$(LIB_MAN_SUFFIX))
(for i in $(XRes_shadows:=.$(LIB_MAN_SUFFIX)) ; do \
echo .so man$(LIB_MAN_SUFFIX)/XRes.$(LIB_MAN_SUFFIX) > $$i; \