diff --git a/libguile/Makefile.am b/libguile/Makefile.am index a80caa50e..a046e5658 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.