chiark / gitweb /
struct/t/: Use better format for printing `size_t values.
[mLib] / vars.am
diff --git a/vars.am b/vars.am
index 2450f28b42cec1c53f6310e5c25353e6c6b30238..33f54953f9f354a43484ca6e0d1a87589ad86406 100644 (file)
--- a/vars.am
+++ b/vars.am
@@ -83,13 +83,6 @@ UTIL_LIBS = \
        $(top_builddir)/ui/libui.la \
        $(top_builddir)/utils/libutils.la
 
-## Making sure they're built properly.  Without this, `make dist' on a bare
-## source tree fails hopelessly.
-build_util_libs = \
-       for i in ui utils; do \
-         (cd $(top_builddir)/$$i && $(MAKE) lib$$i.la) || exit 1; \
-       done
-
 ###--------------------------------------------------------------------------
 ### Testing.