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 | 32bf677cabd0641aa6bdcfbf58ec782133cc97ff (patch) | |
tree | e9170de92aea52fff960ecde18ffcf8a9d3dce61 | |
parent | 04020960fd2baa35a0e3546a536fe196f9e0d13d (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 98fdc89..83b1c67 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -29,7 +29,7 @@ libmandir = $(mandir)/man$(LIB_MAN_SUFFIX) libman_SOURCES = XDGA.man -BUILT_SOURCES = .shadows.DONE +BUILT_SOURCES = shadows.DONE EXTRA_DIST = $(libman_SOURCES) @@ -78,7 +78,7 @@ DGAFUNCS = XDGAQueryExtension \ XDGA_shadows = XF86DGA XFree86-DGA $(DGAFUNCS) -.shadows.DONE: +shadows.DONE: -rm -f $(XDGA_shadows:=.$(LIB_MAN_SUFFIX)) (for i in $(XDGA_shadows:=.$(LIB_MAN_SUFFIX)) ; do \ echo .so man$(LIB_MAN_SUFFIX)/XDGA.$(LIB_MAN_SUFFIX) > $$i; \ |