From: Dan Harkless Date: Tue, 17 Aug 1999 23:12:42 +0000 (+0000) Subject: Just removed some useless whitespace that [X]Emacs' Make mode highlights as X-Git-Tag: nmh-1_0~156 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=8ac7f0a5c44a9a81a10e684cea8f2822434b9af0 Just removed some useless whitespace that [X]Emacs' Make mode highlights as being semi-bogus. --- diff --git a/Makefile.in b/Makefile.in index 97313fc..3474570 100644 --- a/Makefile.in +++ b/Makefile.in @@ -18,7 +18,7 @@ VPATH = @srcdir@ # If `make' is executed in the directory containing this Makefile, # any changes made in this section will override the values of # these parameters in makefiles in any of the subdirectories. - + prefix = @prefix@ exec_prefix = @exec_prefix@ @@ -33,7 +33,7 @@ etcdir = @sysconfdir@ # location of man pages mandir = @mandir@ - + # location of incoming mail mailspool = @mailspool@ @@ -52,7 +52,7 @@ DEFS = @DEFS@ CFLAGS = @CFLAGS@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ - + # ========== YOU SHOULDN'T HAVE TO CHANGE ANYTHING BELOW HERE ========== # flags passed to recursive makes in subdirectories