[C-MPI-commits] SF.net SVN: c-mpi:[171] Makefile.in
Status: Pre-Alpha
Brought to you by:
jmwozniak
|
From: <jmw...@us...> - 2011-04-15 19:27:12
|
Revision: 171
http://c-mpi.svn.sourceforge.net/c-mpi/?rev=171&view=rev
Author: jmwozniak
Date: 2011-04-15 19:27:01 +0000 (Fri, 15 Apr 2011)
Log Message:
-----------
Minor cleanup
Modified Paths:
--------------
Makefile.in
Modified: Makefile.in
===================================================================
--- Makefile.in 2011-04-15 19:15:42 UTC (rev 170)
+++ Makefile.in 2011-04-15 19:27:01 UTC (rev 171)
@@ -537,7 +537,6 @@
# default rule for generating dependency files (deps)
%.d: %.c
$(Q) " DEP $@"
-# $(E) $(MPICC) -M $(CFLAGS) $(<) | sed -e 's@.*\.o:@@;s@\\@@' > $(@)
$(E) CC="$(MPICC)" $(srcdir)/depend.sh \
$(call dirname, $*) $(CFLAGS) $< > $@
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|