From a9de2f144ecee3ca26a0f3e939adb8086d5fe21c Mon Sep 17 00:00:00 2001 From: Kimmo Suominen Date: Sun, 16 Jul 2000 03:57:47 +0000 Subject: [PATCH] Keep this working with other makes than GNU. --- sbr/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbr/Makefile.in b/sbr/Makefile.in index 506c559..7ca5554 100644 --- a/sbr/Makefile.in +++ b/sbr/Makefile.in @@ -65,7 +65,7 @@ SRCS = add.c addrsbr.c ambigsw.c atooi.c brkstring.c \ # source for compatibility functions COMPAT = snprintf.c strdup.c strerror.c -OBJS = $(patsubst %.c,%.o,$(SRCS)) +OBJS = $(SRCS:.c=.o) # auxiliary files AUX = Makefile.in sigmsg.awk dtimep.lex -- 1.7.10.4