From 1507d230a8ca04f9d8114cd7f6b6fa4161abe746 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Tue, 28 Apr 2009 22:06:27 +0100 Subject: [PATCH] [PATCH] add dependency to ensure make-initramfs.sh is rebuilt when (Jim Meyering) --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index a65c9d7..47ef6d0 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 -- 1.8.3.1