diff --git a/tecs/Makefile b/tecs/Makefile index 4bccdb66..5913126d 100644 --- a/tecs/Makefile +++ b/tecs/Makefile @@ -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 diff --git a/tecs/fortify1.c b/tecs/fortify1.c index 801b5594..a3def4c0 100644 --- a/tecs/fortify1.c +++ b/tecs/fortify1.c @@ -1,4 +1,4 @@ #include "fortify.c" #ifndef FORTIFY - void null(void){}; + void null(void){} #endif