diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-17 21:13:22 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-17 21:13:22 +0000 |
commit | a42c72fe8924e98f0794e37dec8e5ef49fd7423c (patch) | |
tree | f827f3fcebd541116627bca5d03c657f5d91fa5f | |
parent | 13ec5d5d689bb03e01d8f269d2c7a72e4cf0b5f1 (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.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/Makefile.am b/man/Makefile.am index a5a0a17..d9f9d0a 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -32,7 +32,7 @@ libman_SOURCES = Xrandr.man libman_DATA = $(libman_SOURCES:man=$(LIB_MAN_SUFFIX)) \ $(Xrandr_shadows:=.$(LIB_MAN_SUFFIX)) -BUILT_SOURCES = .shadows.DONE +BUILT_SOURCES = shadows.DONE EXTRA_DIST = $(libman_SOURCES) @@ -73,7 +73,7 @@ Xrandr_shadows = \ XRRConfig \ XRRSelectInput -.shadows.DONE: +shadows.DONE: -rm -f $(Xrandr_shadows:=.$(LIB_MAN_SUFFIX)) (for i in $(Xrandr_shadows:=.$(LIB_MAN_SUFFIX)) ; do \ echo .so man$(LIB_MAN_SUFFIX)/Xrandr.$(LIB_MAN_SUFFIX) > $$i; \ |