* Remove sbr/strerror.c -- strerror(3) is defined in C89.
[mmh] / sbr / Makefile.in
index d6c2796..37434d9 100644 (file)
@@ -78,7 +78,7 @@ SRCS = addrsbr.c ambigsw.c atooi.c brkstring.c                        \
        m_msgdef.c mf.c utils.c
 
 # source for compatibility functions
        m_msgdef.c mf.c utils.c
 
 # source for compatibility functions
-COMPAT = snprintf.c strdup.c strerror.c
+COMPAT = snprintf.c strdup.c
 
 OBJS = $(SRCS:.c=.o)
 
 
 OBJS = $(SRCS:.c=.o)