aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>1999-07-03 04:55:36 +0000
committerTheodore Ts'o <tytso@mit.edu>1999-07-03 04:55:36 +0000
commitef8901be24f0d3a8e42cc26cb44577c7af580cc7 (patch)
treea47faa6c71f796e00e205a4de3fccea6cd915adf
parent2d8defde38006fd4c92862db089ca2a1f0acda63 (diff)
downloade2fsprogs-ef8901be24f0d3a8e42cc26cb44577c7af580cc7.tar.gz
ChangeLog, MCONFIG.in:
MCONFIG.in (subst): Add rule to build the util/subst program if necessary (by cd'ing to $(top_builddir)/util and making it.)
-rw-r--r--ChangeLog5
-rw-r--r--MCONFIG.in7
2 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 06da3b50..83d1e652 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-07-03 <tytso@valinux.com>
+
+ * MCONFIG.in (subst): Add rule to build the util/subst program if
+ necessary (by cd'ing to $(top_builddir)/util and making it.)
+
1999-06-23 <tytso@valinux.com>
* configure.in: Check for the presence of i_generation field
diff --git a/MCONFIG.in b/MCONFIG.in
index 92cafe0e..45c6d911 100644
--- a/MCONFIG.in
+++ b/MCONFIG.in
@@ -1,5 +1,7 @@
# Beginning of file MCONFIG
+all::
+
SHELL = /bin/sh
prefix = @prefix@
@@ -89,6 +91,9 @@ SUBST_CONF=$(top_builddir)/util/subst.conf
SUBSTITUTE= $(top_builddir)/util/subst -f $(SUBST_CONF)
DEP_SUBSTITUTE= $(top_builddir)/util/subst $(SUBST_CONF)
+$(top_builddir)/util/subst:
+ $(MAKE) -C $(top_builddir)/util subst
+
#
# Warning flags
#
@@ -117,8 +122,6 @@ MANGRP= bin
MANOWN= bin
MANMODE= 444
-all::
-
#
# Autoconf magic...
#