diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-28 22:06:27 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-28 22:06:27 +0100 |
commit | 1507d230a8ca04f9d8114cd7f6b6fa4161abe746 (patch) | |
tree | 099956935547a4318045ff22acfc4a82227084ac /Makefile.am | |
parent | 1957e9ed3402120f4868dcea04abb51ceb44df30 (diff) | |
download | libguestfs-1507d230a8ca04f9d8114cd7f6b6fa4161abe746.tar.gz libguestfs-1507d230a8ca04f9d8114cd7f6b6fa4161abe746.tar.xz libguestfs-1507d230a8ca04f9d8114cd7f6b6fa4161abe746.zip |
[PATCH] add dependency to ensure make-initramfs.sh is rebuilt when (Jim Meyering)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a65c9d77..47ef6d0c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -80,6 +80,9 @@ $(INITRAMFSIMG): initramfs/fakeroot.log daemon/guestfsd bash $(top_builddir)/update-initramfs.sh touch $@ +make-initramfs.sh: make-initramfs.sh.in + ./config.status $@ + # Tests. These are auto-generated from the test descriptions. check_PROGRAMS = tests |