summaryrefslogtreecommitdiffstats
path: root/c/src/support
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/support')
-rw-r--r--c/src/support/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/support/Makefile.am b/c/src/support/Makefile.am
index b7fa07117c..5d7f4f0c0a 100644
--- a/c/src/support/Makefile.am
+++ b/c/src/support/Makefile.am
@@ -15,6 +15,6 @@ LIB = $(ARCH)/libsupport.a
$(LIB): $(OBJS)
$(make-library)
-all-local: $(ARCH) $(LIB)
+all-local: $(LIB)
include $(top_srcdir)/automake/local.am