From 3dbe0fa2a7deaf79e33b74dc4cfe83a71803d04f Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Sat, 28 Oct 1995 05:55:18 +0000 Subject: [PATCH] * Makefile.in (taz): Build "info" in etc explicitly. --- ChangeLog | 4 ++++ Makefile.in | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2f4d7f4cff1..787bfe237ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Oct 28 01:53:49 1995 Ken Raeburn + + * Makefile.in (taz): Build "info" in etc explicitly. + Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com) * configure.in: Make sure that CC is undefined (as opposed to diff --git a/Makefile.in b/Makefile.in index be05ea89c6d..23d26059a1e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1172,6 +1172,7 @@ taz: $(DEVO_SUPPORT) $(SUPPORT_FILES) \ fi ; \ else ln -s ../$$d proto-toplev/$$d ; fi ; \ done + cd etc ; $(MAKE) info $(MAKE) distclean # mkdir proto-toplev/etc -- 2.30.2