mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
[svn-r99] Fixed backslashes
This commit is contained in:
parent
d06e2e8eb4
commit
055daa52f0
@ -26,7 +26,7 @@ dep depend: .depend
|
||||
@for dep in $? dummy; do \
|
||||
if [ $$dep != "dummy" ]; then \
|
||||
echo Building dependencies for $$dep; \
|
||||
obj=`echo $$dep | sed 's/\.c/.o/'`; \
|
||||
obj=`echo $$dep | sed 's/\.c/\\\\.o/'`; \
|
||||
sed "/$$obj/,/[^\\]$$/d" <$@ >$@- && mv $@- $@; \
|
||||
$(CC) -M -MG $(CPPFLAGS) $$dep >>$@; \
|
||||
fi; \
|
||||
|
Loading…
Reference in New Issue
Block a user