diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-28 22:44:59 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-28 22:44:59 +0100 |
commit | f666990c2f6d94beee4f21c0e52e582eee68b054 (patch) | |
tree | f8a0e091a44697caa6894602ffec8cbeb9431929 | |
parent | 141f019348017d0ae217b9c3fd9805a963313d82 (diff) | |
parent | 1507d230a8ca04f9d8114cd7f6b6fa4161abe746 (diff) | |
download | libguestfs-f666990c2f6d94beee4f21c0e52e582eee68b054.tar.gz libguestfs-f666990c2f6d94beee4f21c0e52e582eee68b054.tar.xz libguestfs-f666990c2f6d94beee4f21c0e52e582eee68b054.zip |
Merge branch 'master' of git+ssh://g-rjones@et.redhat.com/git/libguestfs
-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 |