From 413a1367e205e594685f4686bc4d31d670d70511 Mon Sep 17 00:00:00 2001 From: Michael Livshin Date: Thu, 31 May 2001 14:04:56 +0000 Subject: [PATCH] small fixes --- libguile/Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libguile/Makefile.am b/libguile/Makefile.am index baf34f5aa..5badd240a 100644 --- a/libguile/Makefile.am +++ b/libguile/Makefile.am @@ -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