summaryrefslogtreecommitdiff
path: root/deskutils/preferences/files/patch-GNUmakefile.preamble
blob: 14914b05ebcbf309d4f5ac428d90764db71a1de6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
--- GNUmakefile.preamble.orig	2002-02-12 04:35:17 UTC
+++ GNUmakefile.preamble
@@ -2,10 +2,10 @@
 ADDITIONAL_CPPFLAGS +=
 
 # Additional flags to pass to the Objective-C compiler
-ADDITIONAL_OBJCFLAGS += -Wall -Werror
+ADDITIONAL_OBJCFLAGS += -Wall
 
 # Additional flags to pass to the C compiler
-ADDITIONAL_CFLAGS += -Wall -Werror
+ADDITIONAL_CFLAGS += -Wall
 
 # Additional include directories the compiler should search
 ADDITIONAL_INCLUDE_DIRS +=
@@ -30,15 +30,3 @@ ADDITIONAL_OBJC_LIBS +=
 ADDITIONAL_TOOL_LIBS +=
 # WebObjects
 ADDITIONAL_WO_LIBS +=
-
-#
-# Flags dealing with installing and uninstalling
-#
-GNUSTEP_INSTALLATION_DIR=$(GNUSTEP_SYSTEM_ROOT)
-
-# Additional directories to be created during installation
-ADDITIONAL_INSTALL_DIRS += \
-	$(GNUSTEP_USER_ROOT)/Library/Preferences \
-	$(GNUSTEP_LOCAL_ROOT)/Library/Preferences \
-	$(GNUSTEP_NETWORK_ROOT)/Library/Preferences \
-	$(GNUSTEP_SYSTEM_ROOT)/Library/Preferences