Index: jhdf-2.9/Makefile.in
===================================================================
--- jhdf-2.9.orig/Makefile.in	2012-12-05 11:46:35.000000000 +0100
+++ jhdf-2.9/Makefile.in	2012-12-05 11:48:41.000000000 +0100
@@ -337,7 +337,7 @@
 
 install-jhdfobj: ncsa.hdf.object
 	-mkdir -p $(LIBDIR);
-	$(JAR) cf $(JH45INSTALLDIR)/lib/jhdfobj.jar -C $(CLASS_DIR) $(HDFOBJCLASSES)
+	$(JAR) cf $(LIBDIR)/jhdfobj.jar -C $(CLASS_DIR) $(HDFOBJCLASSES)
 	@if test x'$(H4INC)' != x'' ; then $(MAKE) do-install-jhdf4obj ; fi
 	@if test x'$(H5INC)' != x'' ; then $(MAKE) do-install-jhdf5obj ; fi
 	@echo "Install HDFOBJ complete"
