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:
parent
46f9303e98
commit
738ec091d6
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ OMIT_DEPENDENCIES = libguile.h ltdl.h \
|
||||||
## lingering there due to an earlier guile version not having been
|
## lingering there due to an earlier guile version not having been
|
||||||
## wiped out.
|
## wiped out.
|
||||||
install-exec-hook:
|
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
|
## 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.
|
## compile, since they are #included. So instead we list them here.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue