mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 20:30:28 +02:00
* Makefile.am (libpath.h): Re-incorporate Mikael's changes of Wed
Oct 30.
This commit is contained in:
parent
5b9ad5c2db
commit
a73b898540
1 changed files with 3 additions and 1 deletions
|
@ -45,7 +45,9 @@ dynl-vms.c PLUGIN/REQ PLUGIN/guile.config PLUGIN/guile.libs
|
||||||
## unnecessary rebuilds.
|
## unnecessary rebuilds.
|
||||||
libpath.h: Makefile
|
libpath.h: Makefile
|
||||||
echo '/* generated by Makefile */' > libpath.h
|
echo '/* generated by Makefile */' > libpath.h
|
||||||
echo '#define LIBRARY_PATH "$(pkgdatadir)/$(VERSION)"' >> libpath.h
|
echo '#define SCM_PKGDATA_DIR "$(pkgdatadir)"' >> libpath.h
|
||||||
|
echo '#define SCM_LIBRARY_DIR "$(pkgdatadir)/$(VERSION)"' >> libpath.h
|
||||||
|
echo '#define SCM_SITE_DIR "$(pkgdatadir)/site"' >> libpath.h
|
||||||
|
|
||||||
SUFFIXES = .x
|
SUFFIXES = .x
|
||||||
.c.x:
|
.c.x:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue