diff options
author | Michael Livshin <mlivshin@bigfoot.com> | 2001-05-31 14:04:56 +0000 |
---|---|---|
committer | Michael Livshin <mlivshin@bigfoot.com> | 2001-05-31 14:04:56 +0000 |
commit | 413a1367e205e594685f4686bc4d31d670d70511 (patch) | |
tree | 64084008fb5c255ddd51c67bfc88fb28fc76a446 | |
parent | f501d0d4e0c96f533e9f77ebc1a44837d2726c67 (diff) | |
download | guile-413a1367e205e594685f4686bc4d31d670d70511.tar.gz |
small fixes
-rw-r--r-- | libguile/Makefile.am | 8 |
1 files 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 |