mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-05 11:40:20 +02:00
(install-data-local): Prepend $(DESTDIR) to target location.
This commit is contained in:
parent
3592c0900d
commit
5e2ed4525d
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ ETAGS_ARGS = $(subpkgdata_DATA)
|
|||
|
||||
install-data-local:
|
||||
-$(INSTALL_DATA) $(srcdir)/and-let-star-compat.scm \
|
||||
$(subpkgdatadir)/'and-let*.scm'
|
||||
$(DESTDIR)$(subpkgdatadir)/'and-let*.scm'
|
||||
|
||||
## test.scm is not currently installed.
|
||||
EXTRA_DIST = $(ice9_sources) test.scm and-let-star-compat.scm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue