From f8c3ee13c5ea6a26c626a327a1309ad655ea859d Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Thu, 28 Feb 2002 11:09:49 +0000 Subject: [PATCH] GNUSTEP_APPS uses now 'Applications' rather than 'Apps'. Removed unused GNUSTEP_WOAPPS variable git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12875 72102866-910b-0410-8b05-ffd578937521 --- common.make | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common.make b/common.make index ebba1472..86b017c7 100644 --- a/common.make +++ b/common.make @@ -174,10 +174,9 @@ endif # # Variables specifying the installation directory paths # -GNUSTEP_APPS = $(GNUSTEP_INSTALLATION_DIR)/Apps +GNUSTEP_APPS = $(GNUSTEP_INSTALLATION_DIR)/Applications GNUSTEP_TOOLS = $(GNUSTEP_INSTALLATION_DIR)/Tools GNUSTEP_SERVICES = $(GNUSTEP_INSTALLATION_DIR)/Library/Services -GNUSTEP_WOAPPS = $(GNUSTEP_INSTALLATION_DIR)/WOApps GNUSTEP_HEADERS = $(GNUSTEP_INSTALLATION_DIR)/Headers GNUSTEP_BUNDLES = $(GNUSTEP_INSTALLATION_DIR)/Library/Bundles GNUSTEP_FRAMEWORKS = $(GNUSTEP_INSTALLATION_DIR)/Library/Frameworks