This fixes commit 82b486a9086f84447324d68b3c0cae300e0334f7.
---
appliance/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/appliance/Makefile.am b/appliance/Makefile.am
index addd4b1..d21e743 100644
--- a/appliance/Makefile.am
+++ b/appliance/Makefile.am
@@ -91,7 +91,7 @@ supermin.d/daemon.tar.gz: ../daemon/guestfsd guestfsd.suppressions
guestfs_lvm_c
# Note we must avoid touching supermin.d if possible, so don't create
# the temporary files inside the supermin.d directory.
-$(a)supermin.d/excludefiles: excludefiles.in Makefile
+supermin.d/excludefiles: excludefiles.in Makefile
m4 $(PACKAGELIST_CPP_FLAGS) $< | \
grep -v '^[[:space:]]*$$' | grep -v '^#' > excludefiles-t
cmp -s $@ excludefiles-t || mv excludefiles-t $@
--
2.3.1