From ba26181f82a9ae92b4e24225313dce9efadb79cb Mon Sep 17 00:00:00 2001 From: Tom Tromey <tromey@redhat.com> Date: Mon, 21 Apr 1997 20:00:42 +0000 Subject: * configure.in: Added gnuserv everywhere sn appears. * Makefile.in (ALL_MODULES): Added all-gnuserv. (CROSS_CHECK_MODULES): Added check-gnuserv. (INSTALL_MODULES): Added install-gnuserv. (CLEAN_MODULES): Added clean-gnuserv. (all-gnuserv): New target. --- Makefile.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 900b37d..ff73b69 100644 --- a/Makefile.in +++ b/Makefile.in @@ -442,6 +442,7 @@ ALL_MODULES = \ all-flex \ all-gas \ all-gawk \ + all-gnuserv \ all-gprof \ all-grep \ all-grez \ @@ -510,6 +511,7 @@ CROSS_CHECK_MODULES = \ check-find \ check-gas \ check-gawk \ + check-gnuserv \ check-gprof \ check-grep \ check-gzip \ @@ -573,6 +575,7 @@ INSTALL_MODULES = \ install-flex \ install-gas \ install-gawk \ + install-gnuserv \ install-gprof \ install-grep \ install-grez \ @@ -715,6 +718,7 @@ CLEAN_MODULES = \ clean-flex \ clean-gas \ clean-gawk \ + clean-gnuserv \ clean-gprof \ clean-grep \ clean-grez \ @@ -1341,6 +1345,7 @@ all-gcc: all-libiberty all-byacc all-binutils all-gas all-ld all-bootstrap: all-libiberty all-byacc all-binutils all-gas all-ld GDB_TK = all-tk all-tcl all-gdb: all-libiberty all-opcodes all-bfd all-mmalloc all-readline all-byacc all-sim $(gdbnlmrequirements) $(GDB_TK) +all-gnuserv: all-gprof: all-libiberty all-bfd all-opcodes all-grep: all-libiberty all-grez: all-libiberty all-bfd all-opcodes -- cgit v1.1