This commit is contained in:
cvs
2000-04-11 12:16:06 +00:00
parent e23f19f2f8
commit f28b543e5b
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ tecs: $(OBJ)
- rm TecsServer
$(CC) $(CFLAGS) -o TecsServer -g tecs.c fortify1.c -lm -L. -ltecsl -L../hardsup -lhlib
- rm test
f77 -o test -g test.for tecs_tas.for get_lun.for -L. -ltecsl
f77 -o tecs -g test.for tecs_tas.for get_lun.for -L. -ltecsl
clean:
rm *.o
rm *.a

View File

@ -1,4 +1,4 @@
#include "fortify.c"
#ifndef FORTIFY
void null(void){};
void null(void){}
#endif