From 8ac7f0a5c44a9a81a10e684cea8f2822434b9af0 Mon Sep 17 00:00:00 2001 From: Dan Harkless Date: Tue, 17 Aug 1999 23:12:42 +0000 Subject: [PATCH] Just removed some useless whitespace that [X]Emacs' Make mode highlights as being semi-bogus. --- Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 1.7.10.4