Everything must depend on the Makefile
authorAlain D D Williams <addw@phcomp.co.uk>
Wed, 19 Aug 2020 17:30:42 +0000 (18:30 +0100)
committerAlain D D Williams <addw@phcomp.co.uk>
Wed, 19 Aug 2020 17:30:42 +0000 (18:30 +0100)
powerpc-add/build/Makefile

index cca1f5d3fc8e80ee99e5c3c2ec368b3041d4358a..2354fb3a6fcbd4c7308b7504f72489c4ebb0f0f1 100644 (file)
@@ -52,7 +52,10 @@ pdfs_with_bib = $(addsuffix .pdf, $(docs_with_bib))
 pdfs_without_bib = $(addsuffix .pdf, $(docs_without_bib))
 pdfs = $(pdfs_with_bib) $(pdfs_without_bib)
 
-pdf : $(pdfs)
+Makefile:      build/Makefile
+       ln -s $^ .
+
+pdf : $(pdfs) Makefile
 .PHONY: pdf open
 
 $(outdir):