From b27b814d4c0995790ae14f841f0d90b42e37d7a0 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Wed, 21 Nov 2001 20:21:39 +0000 Subject: [PATCH] (install-exec-hook): Prepend $(DESTDIR) to filename. Thanks to Eric Gillespie, Jr! --- libguile/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libguile/Makefile.am b/libguile/Makefile.am index 887eded92..b9fc1d004 100644 --- a/libguile/Makefile.am +++ b/libguile/Makefile.am @@ -106,7 +106,7 @@ OMIT_DEPENDENCIES = libguile.h ltdl.h \ ## lingering there due to an earlier guile version not having been ## wiped out. install-exec-hook: - rm -f $(bindir)/guile-snarf.awk + rm -f $(DESTDIR)$(bindir)/guile-snarf.awk ## This is kind of nasty... there are ".c" files that we don't want to ## compile, since they are #included. So instead we list them here.