diff options
Diffstat (limited to 'gdb/gdbserver/Makefile.in')
-rw-r--r-- | gdb/gdbserver/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbserver/Makefile.in b/gdb/gdbserver/Makefile.in index 7123761..b18f586 100644 --- a/gdb/gdbserver/Makefile.in +++ b/gdb/gdbserver/Makefile.in @@ -209,7 +209,7 @@ STAGESTUFF=${OBS} ${TSOBS} ${NTSOBS} ${ADD_FILES} init.c init.o version.c gdb config.h: stamp-h ; @true stamp-h: config.in config.status - CONFIG_FILES="" $(SHELL) ./config.status + CONFIG_FILES="" CONFIG_HEADERS=config.h:config.in $(SHELL) ./config.status Makefile: Makefile.in config.status CONFIG_HEADERS="" $(SHELL) ./config.status |