- Makefile fixes

This commit is contained in:
koennecke
2005-03-23 08:20:38 +00:00
parent f43a5af7fc
commit e023150043
2 changed files with 2 additions and 2 deletions

View File

@ -388,7 +388,7 @@
#include <time.h>
struct timespec delay = {0, 250000000};
struct timespec delay_left;
#define hibernate nanosleep_d9 (&delay, &delay_left)
#define hibernate nanosleep (&delay, &delay_left)
#endif
int i, msr, ss, s_stat;
int my_verbose;

View File

@ -14,7 +14,7 @@ HLIB=../hardsup/libhlib.a
LIBS = -L/usr/X11R6/lib -lX11
#----------------------------------------------------------
all: asynsrv_test SerPortServer $(ALPHA)
all: asynsrv_test SerPortServer el734_test $(ALPHA)
#----------------------------------------------------------