1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

* Makefile.am (scmconfig.h): Look for config.h in top_builddir,

not top_srcdir.
This commit is contained in:
Mikael Djurfeldt 2003-04-05 21:49:15 +00:00
parent 15635be59e
commit 1ecfd01309
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
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
processing it in order to avoid an infinite loop.

View file

@ -47,7 +47,7 @@ gen-scmconfig.$(OBJEXT): gen-scmconfig.c
$(COMPILE) -c -o $@ $<; \
fi
scmconfig.h: ${top_srcdir}/config.h gen-scmconfig
scmconfig.h: ${top_builddir}/config.h gen-scmconfig
rm -f scmconfig.h.tmp
cat $(srcdir)/scmconfig.h.top > scmconfig.h.tmp
./gen-scmconfig >> scmconfig.h.tmp