diff options
author | John Gilmore <gnu@cygnus> | 1991-10-16 01:54:31 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-10-16 01:54:31 +0000 |
commit | 7ff46684f8735314d7cff269ca1475a51467abc9 (patch) | |
tree | 0c902072d8e5643ac519dc6bba5cfac4f34323b5 /gdb/Makefile.in | |
parent | 52bcb9e3ca58615c8f796bea639e65f4307fbe6a (diff) | |
download | gdb-7ff46684f8735314d7cff269ca1475a51467abc9.zip gdb-7ff46684f8735314d7cff269ca1475a51467abc9.tar.gz gdb-7ff46684f8735314d7cff269ca1475a51467abc9.tar.bz2 |
Configure isn't here any more.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 6763aa4..11a3e37 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -132,7 +132,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 = 4.1.1 +VERSION = 4.1.3 DIST=gdb LINT=/usr/5bin/lint @@ -462,14 +462,13 @@ gdb.tar.Z: force_update # Set up the GDB directory for distribution, by building all files that # are products of other files. setup-to-dist: force_update - ./configure -template=./configure - ./configure none + ../configure none rm -f alldeps.mak $(MAKE) $(MFLAGS) alldeps.mak - ./configure none + ../configure none rm -f depend $(MAKE) $(MFLAGS) depend - ./configure none + ../configure none (cd doc; $(MAKE) $(MFLAGS) rdl-apps.texi gdbVN.m4) $(MAKE) $(MFLAGS) gdb.info $(MAKE) $(MFLAGS) refcard.ps |