mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-23 16:20:57 +08:00
[svn-r11183] Purpose:
Bug fix Description: Removed an extraneous @ from the fortran/src makefile. Platforms tested: mir (simple fix)
This commit is contained in:
parent
a4ede54bbd
commit
9f07929a07
@ -80,7 +80,7 @@ uninstall-local:
|
||||
set -x; $(RM) $(includedir)/*.$(F9XMODEXT); \
|
||||
fi; \
|
||||
fi; \
|
||||
@$(RM) $(bindir)/$(H5FC_NAME)
|
||||
$(RM) $(bindir)/$(H5FC_NAME)
|
||||
|
||||
# Also install and uninstall (uninstall-local above) h5fc script
|
||||
install-exec-local:
|
||||
|
@ -805,7 +805,7 @@ uninstall-local:
|
||||
set -x; $(RM) $(includedir)/*.$(F9XMODEXT); \
|
||||
fi; \
|
||||
fi; \
|
||||
@$(RM) $(bindir)/$(H5FC_NAME)
|
||||
$(RM) $(bindir)/$(H5FC_NAME)
|
||||
|
||||
# Also install and uninstall (uninstall-local above) h5fc script
|
||||
install-exec-local:
|
||||
|
Loading…
Reference in New Issue
Block a user