From f2fc5cfe3dec3f61fd84e9c18dc6e1045154e874 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 2 Dec 2003 04:40:06 +0000 Subject: 2003-12-02 Ralf Corsepius * support/Makefile.am: Remove all-local: $(ARCH). * wrapup/Makefile.am: Remove all-local: $(ARCH). --- c/src/support/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/support') 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 -- cgit v1.2.3