[Pkg-libvirt-commits] [libguestfs] 14/21: appliance: Remove typo $@ at beginning of line.
Hilko Bengen
bengen at moszumanska.debian.org
Sun Nov 1 17:16:45 UTC 2015
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to annotated tag upstream/1.29.50
in repository libguestfs.
commit 2080f4b0dd307e842dbb0f7e891993f32f30d7f5
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Thu Jul 9 13:11:15 2015 +0100
appliance: Remove typo $@ at beginning of line.
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.
-$@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 $@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list