From: Kimmo Suominen Date: Sun, 16 Jul 2000 03:57:47 +0000 (+0000) Subject: Keep this working with other makes than GNU. X-Git-Tag: RELEASE_1_2~237 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=a9de2f144ecee3ca26a0f3e939adb8086d5fe21c Keep this working with other makes than GNU. --- 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