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] Fix dejagnu cleanups


FYI,

I've committed the attatched.

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

	* Makefile.am (SUBDIRS): Add directory example.
	* Makefile.in: Re-generate.

Index: Makefile.am
===================================================================
RCS file: /cvs/src/src/dejagnu/Makefile.am,v
retrieving revision 1.1.1.1
diff -p -r1.1.1.1 Makefile.am
*** Makefile.am	1999/11/09 01:28:42	1.1.1.1
--- Makefile.am	2000/04/19 02:02:32
***************
*** 2,8 ****
  
  AUTOMAKE_OPTIONS = cygnus
  
! SUBDIRS = doc testsuite
  
  # driver script goes in /usr/local/bin
  bin_SCRIPTS = runtest
--- 2,8 ----
  
  AUTOMAKE_OPTIONS = cygnus
  
! SUBDIRS = doc testsuite example
  
  # driver script goes in /usr/local/bin
  bin_SCRIPTS = runtest

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