summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--Makefile.in3
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b2cd48e3..1223dace4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
Fri Sep 13 14:39:30 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
+ * Makefile.in (DISTFILES): added mkinstalldirs to the DISTFILES
+
* PLUGIN: changed the PLUGIN/REQ files in the ice-9 and lgh
directories, to arrange for lgh to the last thing
configured/built.
diff --git a/Makefile.in b/Makefile.in
index 9c01f1fcd..1470046b7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -34,7 +34,8 @@ DISTFILES = COPYING \
configure.in \
config.sub \
config.guess \
- install-sh
+ install-sh \
+ mkinstalldirs
# `all'
# Compile the entire program. This should be the default target.