From: Kimmo Suominen Date: Sun, 16 Jul 2000 03:57:47 +0000 (+0000) Subject: Keep this working with other makes than GNU. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/a9de2f144ecee3ca26a0f3e939adb8086d5fe21c?hp=84546c458ff514a547b40d436259b77661565e9b Keep this working with other makes than GNU. --- diff --git a/sbr/Makefile.in b/sbr/Makefile.in index 506c5597..7ca55540 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