1
0
Fork 0
mirror of https://github.com/cosmo-sims/MUSIC.git synced 2024-09-19 17:03:46 +02:00

minor fixes of compilation/makefile issues

This commit is contained in:
Oliver Hahn 2013-08-15 16:32:37 -07:00
parent 82549d5f07
commit 6e785f642d
2 changed files with 5 additions and 3 deletions

View file

@ -117,7 +117,9 @@ endif
clean:
rm -rf $(OBJS)
pushd .
ifeq ($(strip $(HAVEBOXLIB)), yes)
oldpath=`pwd`
cd plugins/nyx_plugin; make realclean BOXLIB_HOME=$(BOXLIB_HOME)
popd
endif
cd $(oldpath)

View file

@ -8,7 +8,7 @@
* Plugin: Dylan Nelson (dnelson@cfa.harvard.edu)
*/
#ifndef HAVEHDF5
#ifndef HAVE_HDF5
#include "output.hh"