Index: jhdf-2.8-beta/Makefile.in
===================================================================
--- jhdf-2.8-beta.orig/Makefile.in	2011-12-01 09:51:56.345917256 +0100
+++ jhdf-2.8-beta/Makefile.in	2011-12-01 09:56:58.645925580 +0100
@@ -339,7 +339,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 -n "$(H4INC)" ; then $(MAKE) do-install-jhdf4obj ; fi
 	@if test -n "$(H5INC)" ; then $(MAKE) do-install-jhdf5obj ; fi
 	@echo "Install HDFOBJ complete"
