1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-29 22:40:34 +02:00

small fixes

This commit is contained in:
Michael Livshin 2001-05-31 14:04:56 +00:00
parent f501d0d4e0
commit 413a1367e2

View file

@ -97,13 +97,17 @@ EXTRA_libguile_la_SOURCES = _scm.h \
filesys.c posix.c net_db.c socket.c \
ramap.c unif.c debug-malloc.c
Makefile: $(DOT_X_FILES)
## In next release, threads will be factored out of libguile.
## Until then, the machine specific headers is a temporary kludge.
OMIT_DEPENDENCIES = libguile.h ltdl.h \
axp.h hppa.h i386.h ksr.h m88k.h mips.h sparc.h vax.h
## delete guile-snarf.awk from the installation bindir, in case it's
## lingering there due to an earlier guile version not having been
## wiped out.
install-exec-hook:
rm -f $(bindir)/guile-snarf.awk
## This is kind of nasty... there are ".c" files that we don't want to
## compile, since they are #included. So instead we list them here.
## Perhaps we can deal with them normally once the merge seems to be