* Makefile.in: Change send_pr to send-pr.

* configure.in: Likewise.
	* send_pr: Renamed directory to send-pr.
This commit is contained in:
Brendan Kehoe 1993-02-20 04:22:04 +00:00
parent 81246025fa
commit 98941fab9f
3 changed files with 16 additions and 10 deletions

View File

@ -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) Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
* Makefile.in: Add some extra semi-colons (needed if SHELL=bash). * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).

View File

@ -358,7 +358,7 @@ all.normal: all-m4 all-autoconf all-libiberty all-mmalloc all-texinfo \
$(start-sanitize-chill) \ $(start-sanitize-chill) \
all-chillrt \ all-chillrt \
$(end-sanitize-chill) \ $(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-fileutils all-find all-gawk all-sed all-shellutils \
all-textutils all-time all-wdiff all-uudecode \ all-textutils all-time all-wdiff all-uudecode \
all-hello all-tar all-gzip all-indent all-recode 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-readline \
install-recode \ install-recode \
install-sed \ install-sed \
install-send_pr \ install-send-pr \
install-shellutils \ install-shellutils \
install-sim \ install-sim \
install-tar \ install-tar \
@ -1139,20 +1139,20 @@ install-ispell: force
true ; \ true ; \
fi fi
### send_pr ### send-pr
all-send_pr: force all-send-pr: force
@if [ -f ./send_pr/Makefile ] ; then \ @if [ -f ./send-pr/Makefile ] ; then \
rootme=`pwd` ; export rootme ; \ rootme=`pwd` ; export rootme ; \
(cd ./send_pr; \ (cd ./send-pr; \
$(MAKE) $(FLAGS_TO_PASS) all) ; \ $(MAKE) $(FLAGS_TO_PASS) all) ; \
else \ else \
true ; \ true ; \
fi fi
install-send_pr: force install-send-pr: force
@if [ -f ./send_pr/Makefile ] ; then \ @if [ -f ./send-pr/Makefile ] ; then \
rootme=`pwd` ; export rootme ; \ rootme=`pwd` ; export rootme ; \
(cd ./send_pr; \ (cd ./send-pr; \
$(MAKE) $(FLAGS_TO_PASS) install) ; \ $(MAKE) $(FLAGS_TO_PASS) install) ; \
else \ else \
true ; \ true ; \

View File

@ -29,7 +29,7 @@ host_libs="mmalloc libiberty opcodes bfd readline glob tcl tk"
# these tools are built for the host environment # these tools are built for the host environment
# #
host_tools="texinfo byacc flex bison binutils ld gas gcc gdb make patch 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 m4 autoconf ispell grep diff rcs cvs fileutils shellutils
textutils wdiff find emacs uudecode hello tar gzip indent textutils wdiff find emacs uudecode hello tar gzip indent
recode" recode"