mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-05 03:30:24 +02:00
(uninstall-local): New, to remove the file installed by
install-data-hook.
This commit is contained in:
parent
e273886941
commit
3791a3c051
1 changed files with 3 additions and 0 deletions
|
@ -42,6 +42,9 @@ install-data-hook:
|
|||
-$(INSTALL_DATA) $(srcdir)/and-let-star-compat.scm \
|
||||
$(DESTDIR)$(subpkgdatadir)/'and-let*.scm'
|
||||
|
||||
uninstall-local:
|
||||
rm -f $(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