diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-03-29 18:09:06 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-03-29 18:09:06 +0000 |
commit | 7fc1cd1666147121984a61b1146ad6651bf2d5d5 (patch) | |
tree | d4f2e1f12f226f019d8bbd7d52e2f53ea03533c8 /bfd/Makefile.in | |
parent | 6740925b4dae539163db187babaf31c62466597a (diff) | |
download | gdb-7fc1cd1666147121984a61b1146ad6651bf2d5d5.zip gdb-7fc1cd1666147121984a61b1146ad6651bf2d5d5.tar.gz gdb-7fc1cd1666147121984a61b1146ad6651bf2d5d5.tar.bz2 |
* VERSION: Bump to 2.6.1.
* Makefile.in (stamp-h): Depend upon VERSION.
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r-- | bfd/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in index cd84b94..11d337c 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -684,7 +684,7 @@ config.h: stamp-h ; @true stamp-h: config.in config.status CONFIG_FILES= CONFIG_HEADERS=config.h:config.in $(SHELL) ./config.status -config.status: configure configure.host config.bfd +config.status: configure configure.host config.bfd VERSION $(SHELL) config.status --recheck # Have to get rid of .dep1 here so that "$?" later includes all of $(CFILES). |