1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-04 05:50:26 +02:00

(install-exec-hook): Prepend $(DESTDIR) to filename. Thanks to Eric

Gillespie, Jr!
This commit is contained in:
Marius Vollmer 2001-11-21 20:23:12 +00:00
parent 46f9303e98
commit 738ec091d6

View file

@ -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.