[mpich2-commits] r4177 - mpich2/trunk/maint
balaji at mcs.anl.gov
balaji at mcs.anl.gov
Tue Mar 24 08:17:24 CDT 2009
Author: balaji
Date: 2009-03-24 08:17:23 -0500 (Tue, 24 Mar 2009)
New Revision: 4177
Modified:
mpich2/trunk/maint/simplemake.in
Log:
Added an install rule for DATADIR which makes sure simplemake does not
treat random data objects as programs. This should fix ticket #492.
Modified: mpich2/trunk/maint/simplemake.in
===================================================================
--- mpich2/trunk/maint/simplemake.in 2009-03-24 09:32:45 UTC (rev 4176)
+++ mpich2/trunk/maint/simplemake.in 2009-03-24 13:17:23 UTC (rev 4177)
@@ -418,6 +418,7 @@
'HTML' => '$(INSTALL_DATA)',
'DOC' => '$(INSTALL_DATA)',
'ETC' => '$(INSTALL_DATA)',
+ 'DATADIR' => '$(INSTALL_DATA)',
'PKGCONFIG' => '$(INSTALL_DATA)',
);
%uninstall_methods = ( 'SHLIB' => '$(CREATESHLIB) --mode=uninstall',
More information about the mpich2-commits
mailing list