From 6e74b9101d04c0ac1983ba1b2a39d6e625c34336 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Groenvall?= Date: Tue, 20 May 1997 18:58:41 +0000 Subject: [PATCH] Avoid redundant multiple recursion in install targets git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1749 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/auth/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/auth/Makefile.in b/lib/auth/Makefile.in index e17ae86dd..8d5d55987 100644 --- a/lib/auth/Makefile.in +++ b/lib/auth/Makefile.in @@ -19,7 +19,7 @@ all: Wall: make CFLAGS="-g -Wall -Wno-comment -Wmissing-prototypes -Wmissing-declarations -D__USE_FIXED_PROTOTYPES__" -install: all +install: SUBDIRS=$(SUBDIRS); \ for i in $$SUBDIRS; \ do (cd $$i && $(MAKE) $(MFLAGS) install); done