Path: utzoo!utgpu!watmath!uunet!tut.cis.ohio-state.edu!LLL-CRG.LLNL.GOV!casey%gauss.llnl.gov From: casey%gauss.llnl.gov@LLL-CRG.LLNL.GOV (Casey Leedom) Newsgroups: gnu.gdb.bug Subject: Another small fix to GDB 3.4 Makefile.dist Message-ID: <8911161540.AA26027@gauss.llnl.gov> Date: 16 Nov 89 15:40:21 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 22 xgdb.o wasn't being removed by clean ... *** Makefile.dist-dist Wed Oct 18 11:43:59 1989 --- Makefile.dist Tue Nov 14 15:35:26 1989 *************** *** 256,262 **** clean: rm -f ${OBS} ${TSOBS} ${NTSOBS} ${OBSTACK} ${REGEX} ${GNU_MALLOC} ! rm -f init.c init.o rm -f gdb core gdb.tar gdb.tar.Z make.log rm -f gdb[0-9] cd readline ; make clean --- 280,286 ---- clean: rm -f ${OBS} ${TSOBS} ${NTSOBS} ${OBSTACK} ${REGEX} ${GNU_MALLOC} ! rm -f init.c init.o xgdb.o rm -f gdb core gdb.tar gdb.tar.Z make.log rm -f gdb[0-9] cd readline ; make clean