aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendan Kehoe <brendan@cygnus>1993-02-20 04:22:04 +0000
committerBrendan Kehoe <brendan@cygnus>1993-02-20 04:22:04 +0000
commit98941fab9f3bf0d65827daa3a3ccfb726cf73e15 (patch)
tree1380f20289ccb41cfa89eed0dcfc8e9738738309
parent81246025faf4761fb3a1f75d17de63479539a3f8 (diff)
downloadgdb-98941fab9f3bf0d65827daa3a3ccfb726cf73e15.zip
gdb-98941fab9f3bf0d65827daa3a3ccfb726cf73e15.tar.gz
gdb-98941fab9f3bf0d65827daa3a3ccfb726cf73e15.tar.bz2
* Makefile.in: Change send_pr to send-pr.
* configure.in: Likewise. * send_pr: Renamed directory to send-pr.
-rw-r--r--ChangeLog6
-rw-r--r--Makefile.in18
-rw-r--r--configure.in2
3 files changed, 16 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index 75c8d70..d985b0f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
+
+ * Makefile.in: Change send_pr to send-pr.
+ * configure.in: Likewise.
+ * send_pr: Renamed directory to send-pr.
+
Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
* Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
diff --git a/Makefile.in b/Makefile.in
index f171a3f..c9be09e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -358,7 +358,7 @@ all.normal: all-m4 all-autoconf all-libiberty all-mmalloc all-texinfo \
$(start-sanitize-chill) \
all-chillrt \
$(end-sanitize-chill) \
- all-gprof all-send_pr all-libm all-deja-gnu \
+ all-gprof all-send-pr all-libm all-deja-gnu \
all-fileutils all-find all-gawk all-sed all-shellutils \
all-textutils all-time all-wdiff all-uudecode \
all-hello all-tar all-gzip all-indent all-recode
@@ -443,7 +443,7 @@ install-no-fixedincludes: install-dirs gcc-no-fixedincludes \
install-readline \
install-recode \
install-sed \
- install-send_pr \
+ install-send-pr \
install-shellutils \
install-sim \
install-tar \
@@ -1139,20 +1139,20 @@ install-ispell: force
true ; \
fi
-### send_pr
-all-send_pr: force
- @if [ -f ./send_pr/Makefile ] ; then \
+### send-pr
+all-send-pr: force
+ @if [ -f ./send-pr/Makefile ] ; then \
rootme=`pwd` ; export rootme ; \
- (cd ./send_pr; \
+ (cd ./send-pr; \
$(MAKE) $(FLAGS_TO_PASS) all) ; \
else \
true ; \
fi
-install-send_pr: force
- @if [ -f ./send_pr/Makefile ] ; then \
+install-send-pr: force
+ @if [ -f ./send-pr/Makefile ] ; then \
rootme=`pwd` ; export rootme ; \
- (cd ./send_pr; \
+ (cd ./send-pr; \
$(MAKE) $(FLAGS_TO_PASS) install) ; \
else \
true ; \
diff --git a/configure.in b/configure.in
index 25113a3..ac088a1 100644
--- a/configure.in
+++ b/configure.in
@@ -29,7 +29,7 @@ host_libs="mmalloc libiberty opcodes bfd readline glob tcl tk"
# these tools are built for the host environment
#
host_tools="texinfo byacc flex bison binutils ld gas gcc gdb make patch
- send_pr gprof gdbtest tgas etc expect deja-gnu sim
+ send-pr gprof gdbtest tgas etc expect deja-gnu sim
m4 autoconf ispell grep diff rcs cvs fileutils shellutils
textutils wdiff find emacs uudecode hello tar gzip indent
recode"