* PLUGIN/REQ: try to make dependencies work right.
authorGary Houston <ghouston@arglist.com>
Sat, 14 Sep 1996 09:53:20 +0000 (09:53 +0000)
committerGary Houston <ghouston@arglist.com>
Sat, 14 Sep 1996 09:53:20 +0000 (09:53 +0000)
* PLUGIN/guile.config (xtra_dependencies): add only libgh.a.
(xtra_cflags): just add -L../lgh

* PLUGIN/guile.libs: try -lgh -lguile

* Makefile.am (INCLUDES): add -I../ so that libguile/scmconfig.h can
be found when srcdir != build dir.

* PLUGIN/REQ: remove the "ice-9 lgh" line which causes a cycle.

ice-9/ChangeLog

index d362e72..3a8438e 100644 (file)
@@ -1,5 +1,7 @@
 Sat Sep 14 03:41:15 1996  Gary Houston  <ghouston@actrix.gen.nz>
 
+       * PLUGIN/REQ: remove the "ice-9 lgh" line which causes a cycle.
+
        * boot-9.scm: remove leading %% from references to '%%system-error.
        (%%handle-system-error): don't pass all the thrown arguments when
        aborting, just the key and subr.