From 798b8dc5d84bc9b4884c67389950377ac2b97a66 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Tue, 28 Apr 2009 11:39:27 +0100 Subject: [PATCH] s/builddir/top_builddir/ (Luciano Miguel Ferreira Rocha). --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index b4df8a8..416fcb1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -70,11 +70,11 @@ $(INITRAMFSIMG) $(VMLINUZ): initramfs/fakeroot.log initramfs/fakeroot.log: make-initramfs.sh.in -mv $(INITRAMFSIMG) $(INITRAMFSIMG).bak -mv $(VMLINUZ) $(VMLINUZ).bak - if ! bash $(builddir)/make-initramfs.sh; then rm -f $@; exit 1; fi + if ! bash $(top_builddir)/make-initramfs.sh; then rm -f $@; exit 1; fi $(INITRAMFSIMG): initramfs/fakeroot.log daemon/guestfsd rm -f $@ - bash $(builddir)/update-initramfs.sh + bash $(top_builddir)/update-initramfs.sh touch $@ # Tests. These are auto-generated from the test descriptions. -- 1.8.3.1