From 2f014d23c8489e1dd054869cabb441a67f4e303b Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Sun, 18 Jan 2004 16:09:36 +0000 Subject: [PATCH] Oops -- forgot to update my .emacs to not use tabs in Makefile mode. :-) This commit was SVN r468. --- src/mca/lam/base/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mca/lam/base/Makefile.am b/src/mca/lam/base/Makefile.am index ea29dfeb64..d226def454 100644 --- a/src/mca/lam/base/Makefile.am +++ b/src/mca/lam/base/Makefile.am @@ -9,7 +9,7 @@ noinst_LTLIBRARIES = libmca_lam_base.la # Source code files headers = \ - base.h \ + base.h \ mca_base_module_exchange.h \ mca_base_param.h