$NetBSD: patch-ac,v 1.1 2003/01/30 10:46:57 drochner Exp $

--- plugins/Makefile.in.orig	Mon Oct 28 16:02:14 2002
+++ plugins/Makefile.in	Tue Jan 28 12:19:57 2003
@@ -10,10 +10,10 @@
 
 plugins:
 	for plug in $(PLUGINS); do \
-	make -C $$plug; \
+	( cd $$plug; ${MAKE} ) \
 	done
 
-install: plugins
+install:
 	for plug in $(PLUGINS); do \
 	$(INSTALL) -d $(DESTDIR)$(PLUGDIR) ; \
 	$(INSTALL) -m 700 ./$$plug/ec_$$plug.so $(DESTDIR)$(PLUGDIR) ; \
