mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 14:21:10 +02:00
* Makefile.am (scmconfig.h): Look for config.h in top_builddir,
not top_srcdir.
This commit is contained in:
parent
15635be59e
commit
1ecfd01309
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
2003-04-05 Mikael Djurfeldt <djurfeldt@nada.kth.se>
|
2003-04-05 Mikael Djurfeldt <djurfeldt@nada.kth.se>
|
||||||
|
|
||||||
|
* Makefile.am (scmconfig.h): Look for config.h in top_builddir,
|
||||||
|
not top_srcdir.
|
||||||
|
|
||||||
* hashtab.c (rehash_after_gc): Clear to_rehash list before
|
* hashtab.c (rehash_after_gc): Clear to_rehash list before
|
||||||
processing it in order to avoid an infinite loop.
|
processing it in order to avoid an infinite loop.
|
||||||
|
|
||||||
|
|
|
@ -47,7 +47,7 @@ gen-scmconfig.$(OBJEXT): gen-scmconfig.c
|
||||||
$(COMPILE) -c -o $@ $<; \
|
$(COMPILE) -c -o $@ $<; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
scmconfig.h: ${top_srcdir}/config.h gen-scmconfig
|
scmconfig.h: ${top_builddir}/config.h gen-scmconfig
|
||||||
rm -f scmconfig.h.tmp
|
rm -f scmconfig.h.tmp
|
||||||
cat $(srcdir)/scmconfig.h.top > scmconfig.h.tmp
|
cat $(srcdir)/scmconfig.h.top > scmconfig.h.tmp
|
||||||
./gen-scmconfig >> scmconfig.h.tmp
|
./gen-scmconfig >> scmconfig.h.tmp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue