1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-30 00:40:20 +02:00

(install-data-local): Look in `$(srcdir)'

for file and-let-star-compat.scm.
This commit is contained in:
Thien-Thi Nguyen 2001-10-05 17:02:46 +00:00
parent c1775bc45f
commit 3ac56740e5

View file

@ -3,17 +3,17 @@
## Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. ## Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
## ##
## This file is part of GUILE. ## This file is part of GUILE.
## ##
## GUILE is free software; you can redistribute it and/or modify ## GUILE is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as ## it under the terms of the GNU General Public License as
## published by the Free Software Foundation; either version 2, or ## published by the Free Software Foundation; either version 2, or
## (at your option) any later version. ## (at your option) any later version.
## ##
## GUILE is distributed in the hope that it will be useful, but ## GUILE is distributed in the hope that it will be useful, but
## WITHOUT ANY WARRANTY; without even the implied warranty of ## WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details. ## GNU General Public License for more details.
## ##
## You should have received a copy of the GNU General Public ## You should have received a copy of the GNU General Public
## License along with GUILE; see the file COPYING. If not, write ## License along with GUILE; see the file COPYING. If not, write
## to the Free Software Foundation, Inc., 59 Temple Place, Suite ## to the Free Software Foundation, Inc., 59 Temple Place, Suite
@ -39,7 +39,7 @@ subpkgdata_DATA = $(ice9_sources)
ETAGS_ARGS = $(subpkgdata_DATA) ETAGS_ARGS = $(subpkgdata_DATA)
install-data-local: install-data-local:
-$(INSTALL_DATA) and-let-star-compat.scm \ -$(INSTALL_DATA) $(srcdir)/and-let-star-compat.scm \
$(subpkgdatadir)/'and-let*.scm' $(subpkgdatadir)/'and-let*.scm'
## test.scm is not currently installed. ## test.scm is not currently installed.