mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-30 06:50:31 +02:00
build: Install libguile-2.0-gdb.scm after libguile-2.0.so.
* libguile/Makefile.am (install-data-local): Rename to... (install-data-hook): ... this. This guarantees that the rule runs after libguile-2.0.so has been installed.
This commit is contained in:
parent
8cb0d6d7fa
commit
de32a951c0
1 changed files with 1 additions and 1 deletions
|
@ -450,7 +450,7 @@ EXTRA_libguile_@GUILE_EFFECTIVE_VERSION@_la_SOURCES = _scm.h \
|
||||||
install-exec-hook:
|
install-exec-hook:
|
||||||
rm -f $(DESTDIR)$(bindir)/guile-snarf.awk
|
rm -f $(DESTDIR)$(bindir)/guile-snarf.awk
|
||||||
|
|
||||||
install-data-local: libguile-2.0-gdb.scm
|
install-data-hook: libguile-2.0-gdb.scm
|
||||||
@$(MKDIR_P) $(DESTDIR)$(libdir)
|
@$(MKDIR_P) $(DESTDIR)$(libdir)
|
||||||
## We want to install libguile-2.0-gdb.scm as SOMETHING-gdb.scm.
|
## We want to install libguile-2.0-gdb.scm as SOMETHING-gdb.scm.
|
||||||
## SOMETHING is the full name of the final library. We want to ignore
|
## SOMETHING is the full name of the final library. We want to ignore
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue