summaryrefslogtreecommitdiff
path: root/libc/Makefile
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>1998-02-01 11:26:21 +0100
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:40:14 +0200
commit48f0b3eb836162d41622cedc1eb5f5168168fb8e (patch)
treec53156383d4682a0a296f6611575dbc1d64d1881 /libc/Makefile
parent48798bf2eb93ec3b99720ac2e16093441156653d (diff)
downloaddev86-48f0b3eb836162d41622cedc1eb5f5168168fb8e.tar.gz
Import Dev86src-0.13.5.tar.gzv0.13.5
Diffstat (limited to 'libc/Makefile')
-rw-r--r--libc/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/libc/Makefile b/libc/Makefile
index 5ddea9a..efd21e5 100644
--- a/libc/Makefile
+++ b/libc/Makefile
@@ -11,18 +11,13 @@ endif
VERMAJOR=0
VERMINOR=13
-VERPATCH=0
+VERPATCH=5
VER=$(VERMAJOR).$(VERMINOR).$(VERPATCH)
CC=bcc
CCFLAGS=-I -I$(TOP)/include
DEFS=-D__LIBC__
-ifeq ($(ELKSSRC),)
-ELKSSRC=/usr/src/elks
-endif
-export ELKSSRC
-
include Make.defs
CFLAGS=$(ARCH) $(CCFLAGS) $(DEFS)