diff options
author | John Gilmore <gnu@cygnus> | 1991-05-30 10:04:21 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-05-30 10:04:21 +0000 |
commit | 4ffd30479f7a84b27895bae9cf27e9ae6354321a (patch) | |
tree | 68cef2ba323995d8df8f3df06fa9fd05abce5a7a /gdb | |
parent | f4240b0806cf897753a86920c45fa65f40cd7a83 (diff) | |
download | gdb-4ffd30479f7a84b27895bae9cf27e9ae6354321a.zip gdb-4ffd30479f7a84b27895bae9cf27e9ae6354321a.tar.gz gdb-4ffd30479f7a84b27895bae9cf27e9ae6354321a.tar.bz2 |
Further wacking to make sanitize and "make gdb.tar.Z" agree.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/.Sanitize | 8 | ||||
-rwxr-xr-x | gdb/Makefile.dist | 6 | ||||
-rw-r--r-- | gdb/Makefile.in | 6 |
3 files changed, 11 insertions, 9 deletions
diff --git a/gdb/.Sanitize b/gdb/.Sanitize index 167584d..5eac620 100644 --- a/gdb/.Sanitize +++ b/gdb/.Sanitize @@ -177,7 +177,6 @@ tconfig tdesc.c tdesc.h terminal.h -tests tm-29k.h tm-3b1.h tm-68k.h @@ -257,8 +256,11 @@ xm-vax.h Do-last: -echo "Making 'depend'." -make -f Makefile.dist depend +echo "Configuring GDB for host and target 'none', and making depend." +echo >depend +./config.gdb none +rm depend +make depend echo Done in `pwd`. # End of file. diff --git a/gdb/Makefile.dist b/gdb/Makefile.dist index e530bac..29dd5ff 100755 --- a/gdb/Makefile.dist +++ b/gdb/Makefile.dist @@ -122,7 +122,7 @@ CDEPS = ${XM_CDEPS} ${TM_CDEPS} ${BFD_LIB} ${LIBIBERTY} ${RL_LIB} ADD_FILES = ${REGEX} ${ALLOCA} ${GNU_MALLOC} ${XM_ADD_FILES} ${TM_ADD_FILES} ADD_DEPS = ${REGEX1} ${ALLOCA1} ${GNU_MALLOC} ${XM_ADD_FILES} ${TM_ADD_FILES} -VERSION = 3.95 +VERSION = 3.96 DIST=gdb-$(VERSION) LINT=/usr/5bin/lint @@ -231,7 +231,7 @@ OPCODES = $(OPCODE_DIR)pn-opcode.h $(OPCODE_DIR)np1-opcode.h \ REMOTE_EXAMPLES = m68k-stub.c i386-stub.c rem-multi.shar MALLOCSRC = gmalloc.c mcheck.c mtrace.c mtrace.awk \ - ansidecl.h stdlib.h gmalloc.h stddef.h + ansidecl.h gmalloc.h POSSLIBS_MAINDIR = regex.c regex.h alloca.c $(MALLOCSRC) POSSLIBS = $(POSSLIBS_MAINDIR) @@ -241,7 +241,7 @@ TESTS = testbpt.c testfun.c testrec.c testreg.c testregs.c # tdesc-lib cannot be named simply tdesc, because if it were, GNU make # would try to make it from tdesc.c. # tdesc-lib removed from the list due to Motorola copyrights...gnu@cygnus.com -OTHERS = Makefile.dist depend alldeps.mak Makefile.sdir \ +OTHERS = Makefile Makefile.dist depend alldeps.mak Makefile.sdir \ createtags munch config.gdb config.status \ ChangeLog ChangeLog-3.x \ README TODO TAGS WHATS.NEW Projects \ diff --git a/gdb/Makefile.in b/gdb/Makefile.in index e530bac..29dd5ff 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -122,7 +122,7 @@ CDEPS = ${XM_CDEPS} ${TM_CDEPS} ${BFD_LIB} ${LIBIBERTY} ${RL_LIB} ADD_FILES = ${REGEX} ${ALLOCA} ${GNU_MALLOC} ${XM_ADD_FILES} ${TM_ADD_FILES} ADD_DEPS = ${REGEX1} ${ALLOCA1} ${GNU_MALLOC} ${XM_ADD_FILES} ${TM_ADD_FILES} -VERSION = 3.95 +VERSION = 3.96 DIST=gdb-$(VERSION) LINT=/usr/5bin/lint @@ -231,7 +231,7 @@ OPCODES = $(OPCODE_DIR)pn-opcode.h $(OPCODE_DIR)np1-opcode.h \ REMOTE_EXAMPLES = m68k-stub.c i386-stub.c rem-multi.shar MALLOCSRC = gmalloc.c mcheck.c mtrace.c mtrace.awk \ - ansidecl.h stdlib.h gmalloc.h stddef.h + ansidecl.h gmalloc.h POSSLIBS_MAINDIR = regex.c regex.h alloca.c $(MALLOCSRC) POSSLIBS = $(POSSLIBS_MAINDIR) @@ -241,7 +241,7 @@ TESTS = testbpt.c testfun.c testrec.c testreg.c testregs.c # tdesc-lib cannot be named simply tdesc, because if it were, GNU make # would try to make it from tdesc.c. # tdesc-lib removed from the list due to Motorola copyrights...gnu@cygnus.com -OTHERS = Makefile.dist depend alldeps.mak Makefile.sdir \ +OTHERS = Makefile Makefile.dist depend alldeps.mak Makefile.sdir \ createtags munch config.gdb config.status \ ChangeLog ChangeLog-3.x \ README TODO TAGS WHATS.NEW Projects \ |