diff options
author | Stan Shebs <shebs@codesourcery.com> | 1995-01-13 23:31:57 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1995-01-13 23:31:57 +0000 |
commit | 218d43e52e53cb8b5ef1920f745de94218a12bf4 (patch) | |
tree | 41aa566913f3be0c4a719b7a39fe9c3d9612bda7 /gdb/Makefile.in | |
parent | b5088d10b50153da5fb0643f960206e1de871906 (diff) | |
download | gdb-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.in | 4 |
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 |