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:
wiz 2003-09-01 17:15:34 +00:00
parent fbf6a5667f
commit 866f598bcb

View File

@ -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)