From 4fbb8e217f2f495f65ad5bf40d034b3eaf138c39 Mon Sep 17 00:00:00 2001 From: bdc Date: Thu, 26 Sep 1996 19:37:26 +0000 Subject: [PATCH] small make clean problem --- Error-log | 6 +++++- Makefile.in | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Error-log b/Error-log index 7c3c7d1..67b32d9 100644 --- a/Error-log +++ b/Error-log @@ -35,4 +35,8 @@ alist->env didn't work, because it was passing a list, not a vector, syntactically illegal LET in rw.scm. Reported by jsc 9/23/96. a semantically incorrect but benign error in syscalls.1c. -Reported by Lewis Girod 12/12/95. Fixed by bdc 9/26/96 +Reported by Lewis Girod 12 Dec 95. Fixed by bdc 26 Sept 96. + +"make clean" didn't get the .o's in scsh/machine +Reported by Kevin Esler 2 April 96. Fixed by bdc 26 Sept 96. + diff --git a/Makefile.in b/Makefile.in index 5fdc033..e046608 100644 --- a/Makefile.in +++ b/Makefile.in @@ -674,6 +674,6 @@ install-scsh: scsh do $(INSTALL_DATA) $$f $(LIB)/scsh/; done clean-scsh: - $(RM) scsh/*.o scsh/regexp/*.o scsh/*.image scsh/scsh + $(RM) scsh/*.o scsh/regexp/*.o scsh/machine/*.o scsh/*.image scsh/scsh $(RM) $(LIBSCSH) scsh/scsh.vm -cd scsh/regexp; $(MAKE) clean