- Makefile fixes
This commit is contained in:
@ -388,7 +388,7 @@
|
|||||||
#include <time.h>
|
#include <time.h>
|
||||||
struct timespec delay = {0, 250000000};
|
struct timespec delay = {0, 250000000};
|
||||||
struct timespec delay_left;
|
struct timespec delay_left;
|
||||||
#define hibernate nanosleep_d9 (&delay, &delay_left)
|
#define hibernate nanosleep (&delay, &delay_left)
|
||||||
#endif
|
#endif
|
||||||
int i, msr, ss, s_stat;
|
int i, msr, ss, s_stat;
|
||||||
int my_verbose;
|
int my_verbose;
|
||||||
|
@ -14,7 +14,7 @@ HLIB=../hardsup/libhlib.a
|
|||||||
LIBS = -L/usr/X11R6/lib -lX11
|
LIBS = -L/usr/X11R6/lib -lX11
|
||||||
#----------------------------------------------------------
|
#----------------------------------------------------------
|
||||||
|
|
||||||
all: asynsrv_test SerPortServer $(ALPHA)
|
all: asynsrv_test SerPortServer el734_test $(ALPHA)
|
||||||
|
|
||||||
#----------------------------------------------------------
|
#----------------------------------------------------------
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user