Makefile: removed syntax not defined by POSIX
1 files changed, 1 insertions(+), 1 deletions(-) M Makefile
M Makefile => Makefile +1 -1
@@ 5,7 5,7 @@ include config.mk SRC = date.c schain.c strlcpy.c -OBJ = ${SRC:%.c=%.o} +OBJ = ${SRC:.c=.o} all: options schain