aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1995-01-13 23:31:57 +0000
committerStan Shebs <shebs@codesourcery.com>1995-01-13 23:31:57 +0000
commit218d43e52e53cb8b5ef1920f745de94218a12bf4 (patch)
tree41aa566913f3be0c4a719b7a39fe9c3d9612bda7 /gdb/Makefile.in
parentb5088d10b50153da5fb0643f960206e1de871906 (diff)
downloadgdb-218d43e52e53cb8b5ef1920f745de94218a12bf4.zip
gdb-218d43e52e53cb8b5ef1920f745de94218a12bf4.tar.gz
gdb-218d43e52e53cb8b5ef1920f745de94218a12bf4.tar.bz2
* Makefile.in (all): Don't make libgdb-files.
(libgdb): New action, makes libgdb-files.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 4650493..6aafa5e 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -475,7 +475,7 @@ DISTSTUFF = $(YYFILES)
.c.o:
$(CC) -c $(INTERNAL_CFLAGS) $<
-all: gdb libgdb-files $(LIBGDB_OBS)
+all: gdb
@$(MAKE) $(FLAGS_TO_PASS) DO=all "DODIRS=`echo $(SUBDIRS) | sed 's/testsuite//'`" subdir_do
installcheck:
@@ -585,6 +585,8 @@ gdb: $(OBS) $(TSOBS) $(ADD_DEPS) $(CDEPS) init.o
nlm: force
rootme=`pwd`; export rootme; $(MAKE) $(TARGET_FLAGS_TO_PASS) DO=all DODIRS=nlm subdir_do
+libgdb: libgdb-files $(LIBGDB_OBS)
+
# libproc is not listed here because all-libproc is a dependency of all-gui,
# not all-gdb, and thus might be built after us.
LIBGDBDEPS=$(COMMON_OBS) $(LIBGDB_OBS) $(TSOBS) $(ADD_DEPS) $(CDEPS) init.o