X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2FMakefile.in;h=baef0e0aabd94a46a6774dd4b27f8f42a2cfef8b;hp=31987b59fd2290a293eb40d7c4d85a360935278e;hb=18591f8e001ecedbee48a51c1d1f08ebaa1c15c8;hpb=fe6c01d9f21c739dc729288ea350db865c5dbf95 diff --git a/h/Makefile.in b/h/Makefile.in index 31987b5..baef0e0 100644 --- a/h/Makefile.in +++ b/h/Makefile.in @@ -8,16 +8,9 @@ srcdir = @srcdir@ VPATH = @srcdir@ # header files included in distribution -HDRS = addrsbr.h aliasbr.h crawl_folders.h dropsbr.h fmt_compile.h \ - fmt_scan.h mf.h mh.h mhparse.h mime.h \ - prototypes.h rcvmail.h \ - scansbr.h signals.h tws.h utils.h - -# auxiliary files -AUX = Makefile.in - -# all files in this directory included in the distribution -DIST = $(HDRS) $(AUX) +HDRS = addrsbr.h aliasbr.h crawl_folders.h dropsbr.h fmt_compile.h \ + fmt_scan.h mf.h mh.h mhparse.h mime.h \ + prototypes.h rcvmail.h scansbr.h signals.h tws.h utils.h # ========== DEPENDENCIES FOR BUILDING AND INSTALLING ========== @@ -50,9 +43,3 @@ subdir = h 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