From 4462d9856731d2595561db0a067b95ac4d1afcc3 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Thu, 1 Sep 2005 15:26:12 +0000 Subject: [PATCH] *** empty log message *** --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cbb315210..79f4e0884 100755 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ usage: # for which it has to install /etc (for users and ownerships). # etcfiles also creates a directory hierarchy in its # 'make install' target. -world: etcfiles includes depend libraries cmds bigcmds contrib install biginstallcmds postinstall +world: etcfiles includes depend libraries cmds bigcmds contribs install biginstallcmds postinstall includes: cd include && $(MAKE) install @@ -39,7 +39,7 @@ cmds: bigcmds: cd commands && $(MAKE) bigall -contrib: +contribs: if [ -f contrib/Makefile ]; then cd contrib && $(MAKE) all; fi install:: -- 2.44.0