aboutsummaryrefslogtreecommitdiff
path: root/MCONFIG.in
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2004-12-14 21:46:26 -0500
committerTheodore Ts'o <tytso@mit.edu>2004-12-14 21:46:26 -0500
commit6d4022786dc43e66f0699a72925b946b9d2e4439 (patch)
tree61eeeb250a3c1202bf02dacec3cee163196a9507 /MCONFIG.in
parent11d1e61f935237dd3e851fe846ca99c723be859e (diff)
downloade2fsprogs-6d4022786dc43e66f0699a72925b946b9d2e4439.tar.gz
Use MKINSTALLDIRS macro so that the Makefiles can find the script
correctly. Update Makefile dependencies. Update "make depend" production so that it filters out comments inserted by newer gcc compilers. Remove sync from e2fsck's "make all" target.
Diffstat (limited to 'MCONFIG.in')
-rw-r--r--MCONFIG.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/MCONFIG.in b/MCONFIG.in
index 03b4d5b7..4da61a59 100644
--- a/MCONFIG.in
+++ b/MCONFIG.in
@@ -30,8 +30,6 @@ datadir = @datadir@
@SET_MAKE@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_DATA = @INSTALL_DATA@
CC = @CC@
BUILD_CC = @BUILD_CC@
DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
@@ -59,6 +57,10 @@ LD = $(PURE) @CC@
ARUPD = $(AR) r
ARGEN = $(AR) rc
LDCONFIG = @LDCONFIG@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+MKINSTALLDIRS = @MKINSTALLDIRS@
#
# Library definitions
@@ -184,6 +186,7 @@ $(top_srcdir)/configure: $(top_srcdir)/configure.in
-e 's; $(top_srcdir)/; $$(top_srcdir)/;g' \
-e 's; $(top_builddir)/; $$(top_builddir)/;g' \
-e 's; \./; ;g' \
+ -e '/^#/d' \
-e '/^ *\\$$/d' | \
$(PERL) $(top_srcdir)/wordwrap.pl > .depend; \
else :; fi