Just removed some useless whitespace that [X]Emacs' Make mode highlights as
authorDan Harkless <dan@harkless.org>
Tue, 17 Aug 1999 23:12:42 +0000 (23:12 +0000)
committerDan Harkless <dan@harkless.org>
Tue, 17 Aug 1999 23:12:42 +0000 (23:12 +0000)
being semi-bogus.

Makefile.in

index 97313fc..3474570 100644 (file)
@@ -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