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

Undo unintentional commit.

parent 15a9c957
No related branches found
No related tags found
No related merge requests found
# #
# $Id: sun4os4-defs.make,v 1.23 1993/01/16 23:14:13 ceder Exp $ # $Id: sun4os4-defs.make,v 1.24 1993/01/17 03:14:45 ceder Exp $
# Copyright (C) 1991 Lysator Academic Computer Association. # Copyright (C) 1991 Lysator Academic Computer Association.
# #
# This file is part of the LysKOM server. # This file is part of the LysKOM server.
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
# #
# Please mail bug reports to bug-lyskom@lysator.liu.se. # Please mail bug reports to bug-lyskom@lysator.liu.se.
# #
# $Id: sun4os4-defs.make,v 1.23 1993/01/16 23:14:13 ceder Exp $ # $Id: sun4os4-defs.make,v 1.24 1993/01/17 03:14:45 ceder Exp $
# This file is included by all Makefiles in the LysKOM hierarchy. # This file is included by all Makefiles in the LysKOM hierarchy.
# It gives default values for all variables that is normally used. # It gives default values for all variables that is normally used.
# TOPDIR and SCRIPTDIR must be set before this file is included. # TOPDIR and SCRIPTDIR must be set before this file is included.
...@@ -43,11 +43,11 @@ LEX = flex ...@@ -43,11 +43,11 @@ LEX = flex
MKDIR=/bin/mkdir MKDIR=/bin/mkdir
#Use the commented versions in the distribution! #Use the commented versions in the distribution!
INCLUDEDIR = $(TOPDIR)/include #INCLUDEDIR = $(TOPDIR)/include
LIBDIR = $(TOPDIR)/lib #LIBDIR = $(TOPDIR)/lib
#ANSIDIR = $(INCLUDEDIR)/ansi #ANSIDIR = $(INCLUDEDIR)/ansi
#INCLUDEDIR = /usr/local/include/lyskom INCLUDEDIR = /usr/local/include/lyskom
#LIBDIR = /usr/local/lib/lyskom LIBDIR = /usr/local/lib/lyskom
#ANSIDIR = $(INCLUDEDIR)/ansi #ANSIDIR = $(INCLUDEDIR)/ansi
ANSIDIR=/usr/gnu/var/gcc/sunos4.1.1/2.1/proto-include ANSIDIR=/usr/gnu/var/gcc/sunos4.1.1/2.1/proto-include
...@@ -108,6 +108,3 @@ EXPORTS = ...@@ -108,6 +108,3 @@ EXPORTS =
# The Makefiles also dependes on the variables # The Makefiles also dependes on the variables
# AR, ARFLAGS # AR, ARFLAGS
# that are automatically set by GNU Make. # that are automatically set by GNU Make.
%.o : %.c
$(CC) -c $(CPPFLAGS) $(CFLAGS) `pwd`/$<
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