Skip to content
Snippets Groups Projects
Commit 80c1ed82 authored by Philippe Canal's avatar Philippe Canal
Browse files

Partial revert of upstream commit 27045, which added semicolons

between an environment variable setting and the binary to be run.

patch provide by David Bremner <bremner@unb.ca>


git-svn-id: http://root.cern.ch/svn/root/trunk@29116 27541ba8-7e3a-0410-8455-c3a389f83636
parent c9d040b7
Branches
Tags
No related merge requests found
......@@ -123,9 +123,9 @@ endif
test debugtest cintreflextest:
(cd test && \
PATH=$$PWD/../bin:.:$$PATH; \
LD_LIBRARY_PATH=$$PWD/../lib:.:$$LD_LIBRARY_PATH; \
DYLD_LIBRARY_PATH=$$PWD/../lib:.:$$DYLD_LIBRARY_PATH; \
PATH=$$PWD/../bin:.:$$PATH \
LD_LIBRARY_PATH=$$PWD/../lib:.:$$LD_LIBRARY_PATH \
DYLD_LIBRARY_PATH=$$PWD/../lib:.:$$DYLD_LIBRARY_PATH \
cint$(G__CFG_EXEEXT) $(TESTDEBUG) testall.cxx $(TEST) $(TESTFLAGS) $(REFLEXTESTFLAGS) )
ifeq ($(findstring clean,$(MAKECMDGOALS)),)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment