diff --git a/common.make b/common.make index 9422ec79..614a856c 100644 --- a/common.make +++ b/common.make @@ -181,8 +181,6 @@ 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 -GNUSTEP_FRAMEWORKS_HEADERS = $(GNUSTEP_INSTALLATION_DIR)/Library/Headers -GNUSTEP_FRAMEWORKS_LIBRARIES = $(GNUSTEP_INSTALLATION_DIR)/Library/Libraries GNUSTEP_PALETTES = $(GNUSTEP_INSTALLATION_DIR)/Developer/Palettes GNUSTEP_LIBRARIES = $(GNUSTEP_INSTALLATION_DIR)/Libraries GNUSTEP_RESOURCES = $(GNUSTEP_INSTALLATION_DIR)/Libraries/Resources @@ -199,18 +197,6 @@ endif # # Now prepare the library and header flags # -GNUSTEP_FRAMEWORKS_HEADERS_FLAGS = \ - -I$(GNUSTEP_USER_ROOT)/Library/Headers \ - -I$(GNUSTEP_LOCAL_ROOT)/Library/Headers \ - -I$(GNUSTEP_NETWORK_ROOT)/Library/Headers \ - -I$(GNUSTEP_SYSTEM_ROOT)/Library/Headers - -GNUSTEP_FRAMEWORKS_LIBRARIES_FLAGS = \ - -L$(GNUSTEP_USER_ROOT)/Library/Libraries/$(GNUSTEP_TARGET_LDIR) \ - -L$(GNUSTEP_LOCAL_ROOT)/Library/Libraries/$(GNUSTEP_TARGET_LDIR) \ - -L$(GNUSTEP_NETWORK_ROOT)/Library/Libraries/$(GNUSTEP_TARGET_LDIR) \ - -L$(GNUSTEP_SYSTEM_ROOT)/Library/Libraries/$(GNUSTEP_TARGET_LDIR) - ifeq ($(GNUSTEP_FLATTENED),) GNUSTEP_HEADERS_FLAGS = \