[gnu.gdb.bug] Another small fix to GDB 3.4 Makefile.dist

casey%gauss.llnl.gov@LLL-CRG.LLNL.GOV (Casey Leedom) (11/16/89)

  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