Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!seismo!mimsy!chris From: chris@mimsy.UUCP Newsgroups: comp.bugs.4bsd Subject: lisp library makefile does not remove as & nld Message-ID: <8272@mimsy.UUCP> Date: Sun, 30-Aug-87 02:29:45 EDT Article-I.D.: mimsy.8272 Posted: Sun Aug 30 02:29:45 1987 Date-Received: Sun, 30-Aug-87 18:38:55 EDT Organization: U of Maryland, Dept. of Computer Science, Coll. Pk., MD 20742 Lines: 34 Index: lib/lisp/Makefile 4.3BSD Fix Description: `make clean' does not make /usr/lib/lisp as clean as it should. Repeat-by: Read /usr/lib/lisp/Makefile Fix: RCS file: RCS/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -c2 -r1.1 -r1.2 *** /tmp/,RCSt1006838 Sun Aug 30 00:12:51 1987 --- /tmp/,RCSt2006838 Sun Aug 30 00:12:52 1987 *************** *** 1,3 **** ! # $Header: Makefile,v 1.1 87/08/30 00:11:28 chris Exp $ # Makefile for /usr/lib/lisp # this directory contains the lisp coded portion of the standard --- 1,3 ---- ! # $Header: Makefile,v 1.2 87/08/30 00:12:12 chris Exp $ # Makefile for /usr/lib/lisp # this directory contains the lisp coded portion of the standard *************** *** 146,147 **** --- 146,148 ---- -rm -f *.blat -rm -f *.x + rm -f as nld -- In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 7690) Domain: chris@mimsy.umd.edu Path: seismo!mimsy!chris