Quiet down the build a bit

This commit is contained in:
Matthias Clasen
2011-05-28 14:29:08 -04:00
parent ae85e3b7b6
commit 2fb57ff46f
6 changed files with 17 additions and 17 deletions

View File

@@ -51,14 +51,14 @@ uninstall-local: all-local
fi
charset.alias: config.charset
$(SHELL) $(srcdir)/config.charset '@host@' > t-$@
mv t-$@ $@
$(AM_V_GEN) $(SHELL) $(srcdir)/config.charset '@host@' > t-$@
@mv t-$@ $@
all-local: ref-add.sed ref-del.sed charset.alias
SUFFIXES = .sed .sin
.sin.sed:
sed -e '/^#/d' -e 's/@''PACKAGE''@/@PACKAGE@/g' $< > t-$@
mv t-$@ $@
$(AM_V_GEN) $(SED) -e '/^#/d' -e 's/@''PACKAGE''@/@PACKAGE@/g' $< > t-$@
@mv t-$@ $@
CLEANFILES = charset.alias ref-add.sed ref-del.sed