From c2773e80729fa9563fda174461a822f49fe39a25 Mon Sep 17 00:00:00 2001 From: mquinson Date: Thu, 4 Sep 2008 18:56:50 +0000 Subject: [PATCH 1/1] Remove trailing space to jardir definition since it sometimes survives and create a directory containing a space git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5902 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index f06b87b110..3d3d312140 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -351,7 +351,7 @@ libsimgrid_la_SOURCES += $(JMSG_C_SRC) # add the binding support to the library clean-local: -rm -rf .classes -jardir = $(prefix)/jar +jardir = $(prefix)/jar jar_DATA = simgrid.jar simgrid.jar: $(JMSG_JAVA_SRC) $(srcdir)/surf/simgrid.dtd -- 2.20.1