From 277b505ef97543047a96e1cfb9733b77d7032174 Mon Sep 17 00:00:00 2001 From: morioka Date: Tue, 2 Mar 1999 19:20:31 +0000 Subject: [PATCH] (make-canna-makefile): Add `-R' if running with sparc-sun-solaris2. --- CANNA-CONFIG | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CANNA-CONFIG b/CANNA-CONFIG index 3cce227..468eb1b 100644 --- a/CANNA-CONFIG +++ b/CANNA-CONFIG @@ -1,6 +1,6 @@ ;;; -*-Emacs-Lisp-*- ;;; -;;; $Id: CANNA-CONFIG,v 1.2 1998-02-09 11:53:53 morioka Exp $ +;;; $Id: CANNA-CONFIG,v 1.3 1999-03-02 19:20:31 morioka Exp $ ;;; (load "apel/path-util") @@ -61,6 +61,9 @@ canna-libraries=%s (if (file-exists-p "Makefile") (delete-file "Makefile") ) + (if (string-match "sparc-sun-solaris2" system-configuration) + (setq canna-libraries (concat canna-libraries " -R" canna-libraries)) + ) (let ((buf (let (vc-follow-symlinks) (find-file "Makefile.in") ))) -- 1.7.10.4