mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
[svn-r3095] Purpose:
Fix again Description: Needed to change the .C to .cpp in this depend module.
This commit is contained in:
parent
82c9848b2d
commit
0d855a875e
@ -35,9 +35,9 @@ $(srcdir)/Dependencies: .depend
|
||||
@for dep in $? dummy; do \
|
||||
if [ $$dep != "dummy" ]; then \
|
||||
case "$$dep" in \
|
||||
*.C) \
|
||||
*.cpp) \
|
||||
echo Building dependencies for $$dep; \
|
||||
obj=`basename $$dep .C`.lo; \
|
||||
obj=`basename $$dep .cpp`.lo; \
|
||||
sed '\%^'"$$obj"':%,\%[^\\]$$%d' <$@ >$@- && mv $@- $@; \
|
||||
$(TRACE) $$dep; \
|
||||
$(CC) -M -MG $(CPPFLAGS) $$dep 2>/dev/null | \
|
||||
|
Loading…
Reference in New Issue
Block a user