diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-17 21:13:23 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-17 21:13:23 +0000 |
commit | 736aad1287fa65e82cbcb12073ba99ca8d63c0db (patch) | |
tree | aa1f2fec7888922b3b0912a1f909264a78229e1a | |
parent | 5735da3f59d36568cfe198eeb1579e51b105491d (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 c34da80..cfe92ca 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -29,7 +29,7 @@ libmandir = $(mandir)/man$(LIB_MAN_SUFFIX) libman_SOURCES = XF86VM.man -BUILT_SOURCES = .shadows.DONE +BUILT_SOURCES = shadows.DONE EXTRA_DIST = $(libman_SOURCES) @@ -82,7 +82,7 @@ XF86VM_shadows = \ XF86VidModeGetGammaRampSize \ XF86VidModeGetPermissions -.shadows.DONE: +shadows.DONE: -rm -f $(XF86VM_shadows:=.$(LIB_MAN_SUFFIX)) (for i in $(XF86VM_shadows:=.$(LIB_MAN_SUFFIX)) ; do \ echo .so man$(LIB_MAN_SUFFIX)/XF86VM.$(LIB_MAN_SUFFIX) > $$i; \ |