From 00ed98af37530c8c49a29f54a80e0e6b5a43f9f9 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Tue, 30 Apr 2002 05:44:25 +0000 Subject: Fix $MAKE (This used to be commit e5544de99872803843e8f35bb79a8bae0cfa95ff) --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/Makefile.in b/source3/Makefile.in index f7a7a333b2..ecd50b9305 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -852,7 +852,7 @@ include/wrepld_proto.h: $(WREPL_OBJ1) headers: - $(MAKE) $(MAKEFLAGS) delheaders include/proto.h include/build_env.h include/wrepld_proto.h winbindd_proto + $(MAKE) delheaders include/proto.h include/build_env.h include/wrepld_proto.h winbindd_proto proto: headers -- cgit