X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2FMakefile.in;h=82e7f53fce0ca8d7d8d565bf519acead2b6da2b5;hb=66ef547b1aa9794afb6137927aa3cd7335522c64;hp=f916cea5b999f04b5bbca1b1cafe448e265f774b;hpb=fb0594cb913cab5e14e2c295b79eb48cc675bbbf;p=mmh diff --git a/sbr/Makefile.in b/sbr/Makefile.in index f916cea..82e7f53 100644 --- a/sbr/Makefile.in +++ b/sbr/Makefile.in @@ -17,7 +17,6 @@ etcdir = @sysconfdir@ CC = @CC@ CFLAGS = @CFLAGS@ DEFS = @DEFS@ -CONFIGDEFS = -DNMHETCDIR='"$(etcdir)"' -DMAILSPOOL='"$(mailspool)"' -DSENDMAILPATH='"$(sendmailpath)"' INCLUDES = -I.. -I. -I$(top_srcdir) @CPPFLAGS@ LEX = @LEX@ @@ -32,11 +31,7 @@ LINTFLAGS = @LINTFLAGS@ LIBOBJS = @LIBOBJS@ -mailspool = @mailspool@ -sendmailpath = @sendmailpath@ - COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CFLAGS) -COMPILE2 = $(CC) -c $(DEFS) $(CONFIGDEFS) $(INCLUDES) $(CFLAGS) @@ -66,7 +61,7 @@ SRCS = addrsbr.c ambigsw.c atooi.c brkstring.c \ m_name.c \ makedir.c mts.c norm_charmap.c \ path.c peekc.c pidwait.c pidstatus.c \ - print_help.c print_sw.c print_version.c push.c \ + print_help.c print_sw.c print_version.c \ putenv.c refile.c mhbasename.c \ readconfig.c ruserpass.c seq_add.c seq_bits.c \ seq_del.c seq_getnum.c seq_list.c seq_nameok.c \ @@ -143,7 +138,7 @@ Makefile: Makefile.in ../config.status cd .. && ./config.status $(subdir)/$@ distdir = ../`cat ../distname`/$(subdir) -nmhdist: $(DIST) +mmhdist: $(DIST) @echo "Copying distribution files in $(subdir)" @for file in $(DIST); do \ cp -p $(srcdir)/$$file $(distdir); \