mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-30 06:50:31 +02:00
small fixes
This commit is contained in:
parent
f501d0d4e0
commit
413a1367e2
1 changed files with 6 additions and 2 deletions
|
@ -97,13 +97,17 @@ EXTRA_libguile_la_SOURCES = _scm.h \
|
||||||
filesys.c posix.c net_db.c socket.c \
|
filesys.c posix.c net_db.c socket.c \
|
||||||
ramap.c unif.c debug-malloc.c
|
ramap.c unif.c debug-malloc.c
|
||||||
|
|
||||||
Makefile: $(DOT_X_FILES)
|
|
||||||
|
|
||||||
## In next release, threads will be factored out of libguile.
|
## In next release, threads will be factored out of libguile.
|
||||||
## Until then, the machine specific headers is a temporary kludge.
|
## Until then, the machine specific headers is a temporary kludge.
|
||||||
OMIT_DEPENDENCIES = libguile.h ltdl.h \
|
OMIT_DEPENDENCIES = libguile.h ltdl.h \
|
||||||
axp.h hppa.h i386.h ksr.h m88k.h mips.h sparc.h vax.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
|
## 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.
|
## compile, since they are #included. So instead we list them here.
|
||||||
## Perhaps we can deal with them normally once the merge seems to be
|
## Perhaps we can deal with them normally once the merge seems to be
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue