13 lines
402 B
Text
13 lines
402 B
Text
$NetBSD: patch-aa,v 1.1 2005/09/17 14:35:03 minskim Exp $
|
|
|
|
--- GNUmakefile.orig 2001-08-05 04:35:46.000000000 -0700
|
|
+++ GNUmakefile
|
|
@@ -26,7 +26,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
|
|
|