From ab45aa05a68da2ef2174ee6e8c2f56bf883b1f35 Mon Sep 17 00:00:00 2001 From: Per Cederqvist <ceder@lysator.liu.se> Date: Tue, 3 Sep 1991 22:11:32 +0000 Subject: [PATCH] Added SYMLINK. --- config/balance-defs.make | 3 ++- config/sun4os4-defs.make | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/config/balance-defs.make b/config/balance-defs.make index 3423564f0..4929f4663 100644 --- a/config/balance-defs.make +++ b/config/balance-defs.make @@ -1,4 +1,4 @@ -# $Id: balance-defs.make,v 1.1 1991/08/30 02:31:19 ceder Exp $ +# $Id: balance-defs.make,v 1.2 1991/09/03 22:11:32 ceder Exp $ # This file is included by all Makefiles in the LysKOM hierarchy. # It gives default values for all variables that is normally used. # TOPDIR and SCRIPTDIR must be set before this file is included. @@ -12,6 +12,7 @@ CC = gcc -ansi RM = /usr/gnu/bin/rm -vf RANLIB = ranlib TOUCHLIB = ranlib +SYMLINK = ln -s INCLUDEDIR = $(TOPDIR)/include LIBDIR = $(TOPDIR)/lib diff --git a/config/sun4os4-defs.make b/config/sun4os4-defs.make index 054f2cbd0..7c2e3e8fa 100644 --- a/config/sun4os4-defs.make +++ b/config/sun4os4-defs.make @@ -1,4 +1,4 @@ -# $Id: sun4os4-defs.make,v 1.1 1991/08/30 02:31:17 ceder Exp $ +# $Id: sun4os4-defs.make,v 1.2 1991/09/03 22:11:30 ceder Exp $ # This file is included by all Makefiles in the LysKOM hierarchy. # It gives default values for all variables that is normally used. # TOPDIR and SCRIPTDIR must be set before this file is included. @@ -13,6 +13,7 @@ CC = gcc -ansi RM = /usr/gnu/bin/rm -vf RANLIB = ranlib TOUCHLIB = ranlib -t +SYMLINK = ln -s INCLUDEDIR = $(TOPDIR)/include LIBDIR = $(TOPDIR)/lib -- GitLab