diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2005-10-17 21:13:15 +0000 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2005-10-17 21:13:15 +0000 |
commit | 66d35b6971fb26762392a2a8e2c47db46c11116a (patch) | |
tree | a4432a68f7088dd07e32a77f0b84240ee03f483d | |
parent | a316995a17c084e98ef1b7f25d287c2c08b6d749 (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 5e95068..d6b36ee 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -193,7 +193,7 @@ if MANPAGES libman_DATA = $(libman_SOURCES:man=$(LIB_MAN_SUFFIX)) \ $(all_shadows:=.$(LIB_MAN_SUFFIX)) -BUILT_SOURCES = .shadows.DONE +BUILT_SOURCES = shadows.DONE endif EXTRA_DIST = $(libman_SOURCES) @@ -1070,7 +1070,7 @@ XmbTextExtents_shadows = \ XmbTextPerCharExtents_shadows = \ XwcTextPerCharExtents \ Xutf8TextPerCharExtents -.shadows.DONE: +shadows.DONE: -rm -f $(all_aliases:=.$(LIB_MAN_SUFFIX)) (for i in $(AllPlanes_shadows:=.$(LIB_MAN_SUFFIX)) ; do \ echo .so man$(LIB_MAN_SUFFIX)/AllPlanes.$(LIB_MAN_SUFFIX) > $$i; \ |