X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=config%2FMakefile.in;h=1f1d5aa1fb5bd47c73f17d5a9659b59a8d406e3e;hp=482bca25582524d3b8923c09d38e2fa8405ebb18;hb=104b36e0a37bafe6620062334fa78d484dce321c;hpb=35c228531bc8e00d43be590255df9408a4fcbe19 diff --git a/config/Makefile.in b/config/Makefile.in index 482bca2..1f1d5aa 100644 --- a/config/Makefile.in +++ b/config/Makefile.in @@ -1,8 +1,6 @@ # # Makefile for config subdirectory # -# $Id$ -# # nmh version VERSION = @VERSION@ @@ -19,15 +17,14 @@ bindir = @bindir@ libdir = @libdir@ etcdir = @sysconfdir@ -default_editor = @editorpath@ -default_pager = @pagerpath@ +sendmailpath = @sendmailpath@ CC = @CC@ CFLAGS = @CFLAGS@ DEFS = @DEFS@ -INCLUDES = -I.. -I$(top_srcdir) +INCLUDES = -I.. -I$(top_srcdir) @CPPFLAGS@ CONFIGDEFS = -DNMHBINDIR='"$(bindir)"' -DNMHETCDIR='"$(etcdir)"' -DNMHLIBDIR='"$(libdir)"' \ - -DDEFAULT_EDITOR='"$(default_editor)"' -DDEFAULT_PAGER='"$(default_pager)"' + -DSENDMAILPATH='"$(sendmailpath)"' COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CFLAGS) COMPILE2 = $(CC) -c $(DEFS) $(CONFIGDEFS) $(INCLUDES) $(CFLAGS) @@ -58,7 +55,7 @@ version.c: ${srcdir}/version.sh $(VERSION) > version.c config.o: config.c - $(COMPILE2) $< + $(COMPILE2) $(srcdir)/config.c install: