* Makefile.in (all-target-gperf): Change dependency to
all-target-libstdc++. to go w/ the changes taking out use of libg++ in gperf
This commit is contained in:
parent
f520aaee13
commit
97b951fb4f
@ -1,3 +1,8 @@
|
|||||||
|
Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
|
||||||
|
|
||||||
|
* Makefile.in (all-target-gperf): Change dependency to
|
||||||
|
all-target-libstdc++.
|
||||||
|
|
||||||
Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
|
Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
Source directory cvs renamed to cvssrc:
|
Source directory cvs renamed to cvssrc:
|
||||||
|
12
Makefile.in
12
Makefile.in
@ -484,7 +484,7 @@ ALL_MODULES = \
|
|||||||
all-binutils \
|
all-binutils \
|
||||||
all-bison \
|
all-bison \
|
||||||
all-byacc \
|
all-byacc \
|
||||||
all-cvs \
|
all-cvssrc \
|
||||||
all-db \
|
all-db \
|
||||||
all-dejagnu \
|
all-dejagnu \
|
||||||
all-diff \
|
all-diff \
|
||||||
@ -561,7 +561,7 @@ CROSS_CHECK_MODULES = \
|
|||||||
check-bash \
|
check-bash \
|
||||||
check-bfd \
|
check-bfd \
|
||||||
check-binutils \
|
check-binutils \
|
||||||
check-cvs \
|
check-cvssrc \
|
||||||
check-db \
|
check-db \
|
||||||
check-dejagnu \
|
check-dejagnu \
|
||||||
check-diff \
|
check-diff \
|
||||||
@ -633,7 +633,7 @@ INSTALL_MODULES = \
|
|||||||
install-binutils \
|
install-binutils \
|
||||||
install-bison \
|
install-bison \
|
||||||
install-byacc \
|
install-byacc \
|
||||||
install-cvs \
|
install-cvssrc \
|
||||||
install-db \
|
install-db \
|
||||||
install-dejagnu \
|
install-dejagnu \
|
||||||
install-diff \
|
install-diff \
|
||||||
@ -791,7 +791,7 @@ CLEAN_MODULES = \
|
|||||||
clean-binutils \
|
clean-binutils \
|
||||||
clean-bison \
|
clean-bison \
|
||||||
clean-byacc \
|
clean-byacc \
|
||||||
clean-cvs \
|
clean-cvssrc \
|
||||||
clean-db \
|
clean-db \
|
||||||
clean-dejagnu \
|
clean-dejagnu \
|
||||||
clean-diff \
|
clean-diff \
|
||||||
@ -1440,7 +1440,7 @@ all-bfd:
|
|||||||
all-binutils: all-libiberty all-opcodes all-bfd all-flex all-bison all-byacc
|
all-binutils: all-libiberty all-opcodes all-bfd all-flex all-bison all-byacc
|
||||||
all-bison: all-texinfo
|
all-bison: all-texinfo
|
||||||
all-byacc:
|
all-byacc:
|
||||||
all-cvs:
|
all-cvssrc:
|
||||||
configure-target-cygmon: $(ALL_GCC)
|
configure-target-cygmon: $(ALL_GCC)
|
||||||
all-target-cygmon: configure-target-cygmon all-gas all-ld all-gcc all-target-libiberty all-target-newlib all-target-libio
|
all-target-cygmon: configure-target-cygmon all-gas all-ld all-gcc all-target-libiberty all-target-newlib all-target-libio
|
||||||
all-db:
|
all-db:
|
||||||
@ -1466,7 +1466,7 @@ GDB_TK = all-tk all-tcl all-itcl all-tix all-libide
|
|||||||
all-gdb: all-libiberty all-opcodes all-bfd all-mmalloc all-readline all-bison all-byacc all-sim $(gdbnlmrequirements) $(GDB_TK)
|
all-gdb: all-libiberty all-opcodes all-bfd all-mmalloc all-readline all-bison all-byacc all-sim $(gdbnlmrequirements) $(GDB_TK)
|
||||||
all-gnuserv:
|
all-gnuserv:
|
||||||
configure-target-gperf: $(ALL_GCC)
|
configure-target-gperf: $(ALL_GCC)
|
||||||
all-target-gperf: configure-target-gperf all-target-libiberty all-target-libg++
|
all-target-gperf: configure-target-gperf all-target-libiberty all-target-libstdc++
|
||||||
all-gprof: all-libiberty all-bfd all-opcodes
|
all-gprof: all-libiberty all-bfd all-opcodes
|
||||||
all-grep: all-libiberty
|
all-grep: all-libiberty
|
||||||
all-grez: all-libiberty all-bfd all-opcodes
|
all-grez: all-libiberty all-bfd all-opcodes
|
||||||
|
Loading…
Reference in New Issue
Block a user