diff --git a/features.in/Makefile b/features.in/Makefile index bb82bbac..aaf07d23 100644 --- a/features.in/Makefile +++ b/features.in/Makefile @@ -40,7 +40,7 @@ all: fi; \ if [ -d "tagged/$$scr" ]; then \ pushd "tagged/$$scr" && \ - echo "($$src || $$dst)" \ + echo "$$feat && ($$src || $$dst)" \ | tags2lists . \ | xargs -r cp -v -pLt "$$scriptdir" --; \ popd; \