Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/dist/groff/contrib/mom Fix a parallel-build problem repo...



details:   https://anonhg.NetBSD.org/src/rev/dc16733056c6
branches:  trunk
changeset: 551214:dc16733056c6
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Sep 01 17:15:34 2003 +0000

description:
Fix a parallel-build problem reported by Chuck Silver with
the patch from the groff repository created by Werner Lemberg.

diffstat:

 gnu/dist/groff/contrib/mom/Makefile.sub |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r a592be924daa -r dc16733056c6 gnu/dist/groff/contrib/mom/Makefile.sub
--- a/gnu/dist/groff/contrib/mom/Makefile.sub   Mon Sep 01 17:11:03 2003 +0000
+++ b/gnu/dist/groff/contrib/mom/Makefile.sub   Mon Sep 01 17:15:34 2003 +0000
@@ -86,13 +86,15 @@
 
 all: make_examples
 
-.PHONY: make_examples
+.PHONY: make_examples prepare_make_examples
 make_examples: prepare_make_examples $(PROCESSEDEXAMPLEFILES)
 
 prepare_make_examples: examples/penguin.ps
        test -d examples || $(mkinstalldirs) examples
        test -f penguin.ps || cp $(srcdir)/examples/penguin.ps .
 
+$(PROCESSEDEXAMPLEFILES): prepare_make_examples
+
 install_data: $(NORMALFILES) $(HTMLDOCFILES) \
               $(EXAMPLEFILES) $(PROCESSEDEXAMPLEFILES)
        -test -d $(tmacdir) || $(mkinstalldirs) $(tmacdir)



Home | Main Index | Thread Index | Old Index