X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=Makefile.am;h=416fcb18a8f2be79d9053584c4438356d2473ab2;hp=fb1d42bab99679f0c2548fcc8309e392caceeff3;hb=798b8dc5d84bc9b4884c67389950377ac2b97a66;hpb=b6d5c9e646d0aa18699a88d02ed9205380553b65 diff --git a/Makefile.am b/Makefile.am index fb1d42b..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. @@ -193,7 +193,7 @@ test-boot-realistic: emptydisk # Make clean. -CLEANFILES = $(fs_DATA) emptydisk pod2htm?.tmp *~ html/*~ +CLEANFILES = $(fs_DATA) emptydisk pod2htm?.tmp *~ html/*~ recipes/*~ clean-local: rm -rf initramfs