diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-17 21:13:21 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-17 21:13:21 +0000 |
commit | 8ec9b7efc4f3d9fca2ba25f090b282469c996145 (patch) | |
tree | a6704b7408782792fb47c02d5eb873f0cb2741a7 | |
parent | 6967e23708c1411c3ce0fd832f811bb769c99626 (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 6ddbb5b..12028f1 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -52,7 +52,7 @@ libman_SOURCES = \ XSetDeviceMode.man \ XSetDeviceValuators.man -BUILT_SOURCES = .shadows.DONE +BUILT_SOURCES = shadows.DONE EXTRA_DIST = $(libman_SOURCES) @@ -133,7 +133,7 @@ XSetDeviceFocus_shadows = \ XSelectExtensionEvent_shadows = \ XGetSelectedExtensionEvents -.shadows.DONE: +shadows.DONE: -rm -f $(all_shadows:=.$(LIB_MAN_SUFFIX)) (for i in $(XGetDeviceControl_shadows:=.$(LIB_MAN_SUFFIX)) ; do \ echo .so man$(LIB_MAN_SUFFIX)/XGetDeviceControl.$(LIB_MAN_SUFFIX) > $$i; \ |