13 lines
401 B
Text
13 lines
401 B
Text
$NetBSD: patch-ab,v 1.1 2005/09/17 14:51:43 minskim Exp $
|
|
|
|
--- GNUmakefile.orig 2001-08-05 04:35:46.000000000 -0700
|
|
+++ GNUmakefile
|
|
@@ -25,7 +25,7 @@
|
|
|
|
# Install into the system root by default
|
|
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
|
-GNUSTEP_MAKEFILES = $(GNUSTEP_SYSTEM_ROOT)/Makefiles
|
|
+GNUSTEP_MAKEFILES ?= $(GNUSTEP_SYSTEM_ROOT)/Makefiles
|
|
|
|
include $(GNUSTEP_MAKEFILES)/common.make
|
|
|