From 8ec9b7efc4f3d9fca2ba25f090b282469c996145 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 17 Oct 2005 21:13:21 +0000 Subject: Rename .shadows.DONE to shadows.DONE to avoid some make's thinking it's a suffix rule (reported by Matthieu Herrb) --- man/Makefile.am | 4 ++-- 1 file 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; \ -- cgit v1.2.3