No longer assumes to be on a BeOS platform.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11050 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2005-01-25 23:12:36 +00:00
parent 0859d5e9ae
commit 10b863b604
+5 -2
View File
@@ -4,6 +4,7 @@ CC = cc
CFLAGS =
EXENAME = ./jam0
TARGET = -o $(EXENAME)
HOST_SYSTEM=$(shell uname)
# Special flavors - uncomment appropriate lines
@@ -50,8 +51,10 @@ TARGET = -o $(EXENAME)
# QNX rtp (neutrino)
#CC = gcc
# BeOS
LINKLIBS = -lnet
# BeOS (R5 only, actually, but who cares)
ifeq ($(HOST_SYSTEM), BeOS)
LINKLIBS = -lnet
endif
SOURCES = \
builtins.c \