X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2FMakefile.in;h=f60bd9aa4245113c31ff8479cc1ccf85c911f577;hp=6b4acf1576275762b7061a50a980d41a04b013b1;hb=88b2142594d5ea1e8385dae5eca81eed1018c555;hpb=fd828e57682371471c6dacd11ac389bd745de14b diff --git a/sbr/Makefile.in b/sbr/Makefile.in index 6b4acf1..f60bd9a 100644 --- a/sbr/Makefile.in +++ b/sbr/Makefile.in @@ -54,10 +54,10 @@ SRCS = addrsbr.c ambigsw.c brkstring.c \ error.c execprog.c ext_hook.c folder_addmsg.c folder_delmsgs.c \ folder_free.c folder_read.c \ folder_realloc.c gans.c getans.c getanswer.c \ - getarguments.c getcpy.c \ + getarguments.c \ fmt_addr.c fmt_compile.c fmt_new.c fmt_rfc2047.c \ fmt_scan.c lock_file.c m_atoi.c \ - m_convert.c m_draft.c m_getfld.c m_gmprot.c \ + m_convert.c m_draft.c m_getfld2.c m_gmprot.c \ m_name.c \ makedir.c mts.c norm_charmap.c \ path.c pidwait.c pidstatus.c \ @@ -74,12 +74,6 @@ SRCS = addrsbr.c ambigsw.c brkstring.c \ OBJS = $(SRCS:.c=.o) -# auxiliary files -AUX = Makefile.in sigmsg.awk dtimep.lex - -# all files in this directory included in the distribution -DIST = $(SRCS) $(AUX) - # ========= DEPENDENCIES FOR BUILDING ========== # default target @@ -135,10 +129,3 @@ subdir = sbr Makefile: Makefile.in ../config.status cd .. && ./config.status $(subdir)/$@ -distdir = ../`cat ../distname`/$(subdir) -mmhdist: $(DIST) - @echo "Copying distribution files in $(subdir)" - @for file in $(DIST); do \ - cp -p $(srcdir)/$$file $(distdir); \ - done -