diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | Makefile.in | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,7 @@ Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com> + * Makefile.in (all-inet): Depend on all-perl. + * Makefile.in (inet-install): New target. * Makefile.in (all-inet): Depend on all-tcl. diff --git a/Makefile.in b/Makefile.in index fd3d692..c821083 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1266,7 +1266,7 @@ all-guile: all-gzip: all-libiberty all-hello: all-libiberty all-indent: -all-inet: all-tcl all-send-pr +all-inet: all-tcl all-send-pr all-perl all-ispell: all-emacs19 all-ld: all-libiberty all-bfd all-opcodes all-byacc all-flex configure-target-libg++: $(ALL_GCC) configure-target-librx |