Skip to content
Snippets Groups Projects
Commit ab45aa05 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Added SYMLINK.

parent 872e991e
No related branches found
No related tags found
No related merge requests found
# $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
......
# $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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment