X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2FMakefile.in;h=37434d954cebdeeec9a985895ee4423942191519;hp=5f73e0f4970f0fb4de14d851909ed6d1af430857;hb=389877bae1fe1a9f7259b8979f6a930744d90fab;hpb=23f854c962a161cc8ed982b23183600df376e818 diff --git a/sbr/Makefile.in b/sbr/Makefile.in index 5f73e0f..37434d9 100644 --- a/sbr/Makefile.in +++ b/sbr/Makefile.in @@ -52,7 +52,7 @@ COMPILE2 = $(CC) -c $(DEFS) $(CONFIGDEFS) $(INCLUDES) $(KRB4_INCLUDES) $(HESIOD_ SIGNAL_H = @SIGNAL_H@ # source for library functions -SRCS = add.c addrsbr.c ambigsw.c atooi.c brkstring.c \ +SRCS = addrsbr.c ambigsw.c atooi.c brkstring.c \ check_charset.c client.c closefds.c concat.c context_del.c \ context_find.c context_foil.c context_read.c \ context_replace.c context_save.c copy.c \ @@ -78,7 +78,7 @@ SRCS = add.c addrsbr.c ambigsw.c atooi.c brkstring.c \ 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)