2002-02-27 Daniel Jacobowitz <drow@mvista.com>
authorDaniel Jacobowitz <drow@false.org>
Wed, 27 Feb 2002 06:22:10 +0000 (06:22 +0000)
committerDaniel Jacobowitz <drow@false.org>
Wed, 27 Feb 2002 06:22:10 +0000 (06:22 +0000)
        * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
        (config.status): Add configure.srv dependency.
        (server_h): Add config.h dependency.

gdb/ChangeLog
gdb/gdbserver/Makefile.in

index e085ae1860a9bf31bd62c77fe773232c8c267e10..96e457c90dd4571a2ef517a807e0831104a74737 100644 (file)
@@ -1,3 +1,9 @@
+2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
+
+       * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
+       (config.status): Add configure.srv dependency.
+       (server_h): Add config.h dependency.
+
 2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
 
        * regformats/reg-i386-linux.dat: New file, with $orig_eax.
index 350a840a9c956a6d7896c65f6d5209ff8bed00eb..d62ff7139bd8a106eee7f71617f58feb0f2c091f 100644 (file)
@@ -96,7 +96,7 @@ CFLAGS = @CFLAGS@
 
 # INTERNAL_CFLAGS is the aggregate of all other *CFLAGS macros.
 INTERNAL_CFLAGS = ${CFLAGS} ${GLOBAL_CFLAGS} ${PROFILE_CFLAGS} \
-       ${INCLUDE_CFLAGS} ${BFD_CFLAGS} -DGDBSERVER
+       ${INCLUDE_CFLAGS} ${BFD_CFLAGS}
 
 # LDFLAGS is specifically reserved for setting from the command line
 # when running make.
@@ -198,7 +198,7 @@ STAGESTUFF=${OBS} ${TSOBS} ${NTSOBS} ${ADD_FILES} init.c init.o version.c gdb
 Makefile: Makefile.in config.status
        $(SHELL) ./config.status
 
-config.status: configure
+config.status: configure configure.srv
        $(SHELL) ./config.status --recheck
 
 force:
@@ -225,7 +225,7 @@ unexport CHILLFLAGS CHILL_LIB CHILL_FOR_TARGET :
 regdat_sh = $(srcdir)/../regformats/regdat.sh
 regdef_h = $(srcdir)/../regformats/regdef.h
 regcache_h = $(srcdir)/regcache.h
-server_h = $(srcdir)/server.h $(regcache_h)
+server_h = $(srcdir)/server.h $(regcache_h) config.h
 
 server.o: server.c $(server_h)
 remote-utils.o: remote-utils.c terminal.h $(server_h)