diff options
author | Daniel Jacobowitz <drow@false.org> | 2008-08-09 18:57:08 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2008-08-09 18:57:08 +0000 |
commit | c068b4e871b0452a0c8950e962800a316ca98c8e (patch) | |
tree | 9aeb0c76f1a238a7096132330de795c4fc2d96d2 /gdb/Makefile.in | |
parent | 21374e5f9eb804556180efae122286e3c45e9358 (diff) | |
download | gdb-c068b4e871b0452a0c8950e962800a316ca98c8e.zip gdb-c068b4e871b0452a0c8950e962800a316ca98c8e.tar.gz gdb-c068b4e871b0452a0c8950e962800a316ca98c8e.tar.bz2 |
* Makefile.in (stamp-h): Also create .deps.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index d14d57e..003467d 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1184,7 +1184,7 @@ gnulib/Makefile: gnulib/Makefile.in gnulib/Makefile.in config.status @frags@ config.h: stamp-h ; @true stamp-h: config.in config.status CONFIG_HEADERS=config.h:config.in \ - CONFIG_COMMANDS=default \ + CONFIG_COMMANDS="default depdir" \ CONFIG_FILES= \ CONFIG_LINKS= \ $(SHELL) config.status |