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; }