fixed jam build on Zeta

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13360 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Marcus Overhagen 2005-06-29 23:51:45 +00:00
parent 06500c3e58
commit 77a63c75c4
3 changed files with 10 additions and 6 deletions

View File

@ -120,7 +120,11 @@ if $(VMS)
# Need to link against -lnet
if $(OS) = BEOS {
LINKLIBS += -lnet ;
# LINKLIBS += -lnet ;
}
if $(OS) = BEOS {
DEFINES += _ZETA_USING_DEPRECATED_API_=1 ;
}
#

View File

@ -53,7 +53,7 @@ HOST_SYSTEM=$(shell uname)
# BeOS (R5 only, actually, but who cares)
ifeq ($(HOST_SYSTEM), BeOS)
LINKLIBS = -lnet
# LINKLIBS = -lnet
endif
SOURCES = \

View File

@ -350,8 +350,8 @@ static const short yycheck[] = { 0,
16
};
/* -*-C-*- Note some compilers choke on comments on `#line' lines. */
#line 3 "/etc/bison.simple"
/* This file comes from bison-1.28. */
#line 3 "/bison.simple"
/* This file comes from bison-. */
/* Skeleton output parser for bison,
Copyright (C) 1984, 1989, 1990 Free Software Foundation, Inc.
@ -564,7 +564,7 @@ __yy_memcpy (char *to, char *from, unsigned int count)
#endif
#endif
#line 217 "/etc/bison.simple"
#line 217 "/bison.simple"
/* The user can define YYPARSE_PARAM as the name of an argument to be passed
into yyparse. The argument should have type void *.
@ -1184,7 +1184,7 @@ case 73:
break;}
}
/* the action file gets copied in in place of this dollarsign */
#line 543 "/etc/bison.simple"
#line 543 "/bison.simple"
yyvsp -= yylen;
yyssp -= yylen;