mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
Remove unused definition of preinstguiletool
* am/pre-inst-guile (preinstguiletool): Removed.
This commit is contained in:
parent
7f22442b2a
commit
29ee01c009
1 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
## am/pre-inst-guile --- define preinstguile and preinstguiletool vars
|
## am/pre-inst-guile --- define preinstguile
|
||||||
|
|
||||||
## Copyright (C) 2002, 2006 Free Software Foundation
|
## Copyright (C) 2002, 2006, 2011 Free Software Foundation
|
||||||
##
|
##
|
||||||
## This file is part of GUILE.
|
## This file is part of GUILE.
|
||||||
##
|
##
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
## Commentary:
|
## Commentary:
|
||||||
|
|
||||||
## This fragment defines two variables: preinstguile, preinstguiletool.
|
## This fragment defines the preinstguile variable
|
||||||
## It can be included in any Makefile.am by adding the line:
|
## It can be included in any Makefile.am by adding the line:
|
||||||
## include $(top_srcdir)/am/pre-inst-guile
|
## include $(top_srcdir)/am/pre-inst-guile
|
||||||
## See devel/build/pre-inst-guile.text (CVS only) for more info.
|
## See devel/build/pre-inst-guile.text (CVS only) for more info.
|
||||||
|
@ -29,6 +29,5 @@
|
||||||
## Code:
|
## Code:
|
||||||
|
|
||||||
preinstguile = $(top_builddir_absolute)/meta/guile
|
preinstguile = $(top_builddir_absolute)/meta/guile
|
||||||
preinstguiletool = GUILE="$(preinstguile)" $(top_srcdir)/scripts
|
|
||||||
|
|
||||||
## am/pre-inst-guile ends here
|
## am/pre-inst-guile ends here
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue