Tell astro where to find estartab and here by defining SYS9 in CFLAGS.

(Better ideas welcome).
This commit is contained in:
wkj 2004-04-21 02:23:14 +00:00
parent cd5bae7871
commit 52e7c45837
3 changed files with 6 additions and 2 deletions

View file

@ -1 +1,2 @@
o.out
o.astro

View file

@ -1,8 +1,8 @@
#include <u.h>
#include <libc.h>
#pragma varargck type "R" double
#pragma varargck type "D" double
//#pragma varargck type "R" double
//#pragma varargck type "D" double
typedef struct Obj1 Obj1;
typedef struct Obj2 Obj2;

View file

@ -36,4 +36,7 @@ OFILES=\
HFILES=astro.h\
SHORTLIB=bio 9
CFLAGS= -DSYS9=\"$PLAN9\"
<$PLAN9/src/mkone