small make clean problem

This commit is contained in:
bdc 1996-09-26 19:37:26 +00:00
parent a06f2a9e34
commit 4fbb8e217f
2 changed files with 6 additions and 2 deletions

View File

@ -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.

View File

@ -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