From ef8901be24f0d3a8e42cc26cb44577c7af580cc7 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sat, 3 Jul 1999 04:55:36 +0000 Subject: 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.) --- MCONFIG.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'MCONFIG.in') 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... # -- cgit v1.2.3