From c4a877ab3f959a4173bc3a65a1d6428b635e3733 Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Sun, 5 Jan 2014 13:56:26 -0300 Subject: [PATCH] components/Makefile (missing): also check components.pro --- components/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/components/Makefile b/components/Makefile index 5fd2f5f..f3816e4 100644 --- a/components/Makefile +++ b/components/Makefile @@ -40,6 +40,7 @@ upload: catalog.pdf missing: $(GEN) ../scripts/missing-in-tree -L . HIERARCHY + ../scripts/missing-in-tree -Q $(GEN:%=-x %) -L . components.pro %.lib: %.pl ./$< >$@ || { rm -f $@; exit 1; }