This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[PATCH/5] Add cleanups to gdb/tui/Makefile.in


FYI,

I've committed the attatched to both the trunk and the branch.  Thanks
to Eli for finding this.

	Andrew
Tue Apr 18 15:32:15 2000  Andrew Cagney  <cagney@b1.cygnus.com>

	* Makefile.in (distclean, maintainer-clean, realclean,
 	mostlyclean): New targets.

Index: tui/Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/tui/Makefile.in,v
retrieving revision 1.1.1.1
diff -p -r1.1.1.1 Makefile.in
*** Makefile.in	1999/04/16 01:34:12	1.1.1.1
--- Makefile.in	2000/04/18 07:02:57
*************** tuiInit.c: $(SOURCES)
*** 164,168 ****
  	@echo '}' >>init.c-tmp
  	@mv init.c-tmp tuiInit.c
  
! clean:
! 	rm -f *.o *.a
--- 164,171 ----
  	@echo '}' >>init.c-tmp
  	@mv init.c-tmp tuiInit.c
  
! clean mostlyclean:
! 	-rm -f *.o *.a
! 
! distclean maintainer-clean realclean: clean
! 	-rm -f Makefile config.log config.cache

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]