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]

phony-headers.patch


I couldn't get `make headers' to work without this.
Ok to check in?

2000-06-22  Doug Evans  <dje@casey.transmeta.com>

	* Makefile.in (headers): Make .PHONY precede it.

Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/sim/common/Makefile.in,v
retrieving revision 1.1.1.2
diff -c -p -r1.1.1.2 Makefile.in
*** Makefile.in	1999/07/19 23:29:41	1.1.1.2
--- Makefile.in	2000/06/23 06:01:38
*************** all:
*** 75,82 ****
  # This file is shipped with distributions so we build in the source dir.
  # This is built in srcdir so putting dependencies here is risky.
  # Use `make headers' to rebuild.
- headers: nltvals.def
  .PHONY: headers
  
  # Note: If gdb releases begin to contain target header files, generate
  # targ-vals.def at build time.
--- 75,82 ----
  # This file is shipped with distributions so we build in the source dir.
  # This is built in srcdir so putting dependencies here is risky.
  # Use `make headers' to rebuild.
  .PHONY: headers
+ headers: nltvals.def
  
  # Note: If gdb releases begin to contain target header files, generate
  # targ-vals.def at build time.

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