aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1991-11-12 08:43:56 +0000
committerK. Richard Pixley <rich@cygnus>1991-11-12 08:43:56 +0000
commitcd49a4dca6dde137cb781081788d76e57bc1c60d (patch)
tree129eccf61161884b9d7815538a67b4b7f9db89d0 /Makefile.in
parent244bb110fde2b1788cb6c34764f1e0f9839aba7e (diff)
downloadgdb-cd49a4dca6dde137cb781081788d76e57bc1c60d.zip
gdb-cd49a4dca6dde137cb781081788d76e57bc1c60d.tar.gz
gdb-cd49a4dca6dde137cb781081788d76e57bc1c60d.tar.bz2
add texinfo; mkdir foo/info; echo when mkdir'ing
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index fd744e9..8a6dd77 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -16,7 +16,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#
-# Last Mod Mon Nov 11 01:53:12 PST 1991, by rich@rtl.cygnus.com
+# Last Mod Tue Nov 12 00:21:50 PST 1991, by rich@sendai
#
# $Id$
@@ -163,6 +163,7 @@ MAKEDIRS= \
$(ddestdir)/lib/emacs \
$(idestdir) \
$(idestdir)/lib \
+ $(idestdir)/info \
$(idestdir)/doc \
$(idestdir)/man \
$(idestdir)/man/man1 \
@@ -170,6 +171,7 @@ MAKEDIRS= \
install-dirs: force
for i in $(MAKEDIRS) ; do \
+ echo Making $$i... ; \
if [ -d $$i ] ; then true ; else mkdir $$i ; fi ; \
done