Fix a parallel-build problem reported by Chuck Silver with
the patch from the groff repository created by Werner Lemberg.
This commit is contained in:
parent
fbf6a5667f
commit
866f598bcb
4
gnu/dist/groff/contrib/mom/Makefile.sub
vendored
4
gnu/dist/groff/contrib/mom/Makefile.sub
vendored
@ -86,13 +86,15 @@ CLEANADD=\
|
||||
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user