Whamcloud - gitweb
ChangeLog, MCONFIG.in:
authorTheodore Ts'o <tytso@mit.edu>
Sat, 3 Jul 1999 04:55:36 +0000 (04:55 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 3 Jul 1999 04:55:36 +0000 (04:55 +0000)
  MCONFIG.in (subst): Add rule to build the util/subst program if
   necessary (by cd'ing to $(top_builddir)/util and making it.)

ChangeLog
MCONFIG.in

index 06da3b5..83d1e65 100644 (file)
--- 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
index 92cafe0..45c6d91 100644 (file)
@@ -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...
 #