Skip to content
Snippets Groups Projects
Commit 1b87d840 authored by Lorenzo Moneta's avatar Lorenzo Moneta
Browse files

remove --prefix when configuring unuran. It is not needed. Thsi should fix a...

remove --prefix when configuring unuran. It is not needed. Thsi should fix a warning appearing in the nightly system due to wrong prefix string


git-svn-id: http://root.cern.ch/svn/root/trunk@26595 27541ba8-7e3a-0410-8455-c3a389f83636
parent 59409690
No related branches found
No related tags found
No related merge requests found
......@@ -89,6 +89,7 @@ $(UNURANETAG): $(UNRSRCS)
etag=`basename $(UNURANETAG)` ; \
touch $$etag ; \
fi);
#configure unuran (required for creating the config.h used by unuran source files)
$(UNRCFG): $(UNRANETAG)
@echo "** configure unuran"
@(cd $(UNURANDIRS)/$(UNRVERS) ; \
......@@ -114,7 +115,7 @@ $(UNRCFG): $(UNRANETAG)
ACC="cl.exe"; \
ACFLAGS="-MD -G5 -GX"; \
fi; \
GNUMAKE=$(MAKE) ./configure --prefix=`pwd`/$(MODDIRS)/$(UNRVERS) CC="$$ACC" \
GNUMAKE=$(MAKE) ./configure CC="$$ACC" \
CFLAGS="$$ACFLAGS");
$(UNURANLIB): $(UNRCFG) $(UNRO) $(UNURANO) $(UNURANDO) $(ORDER_) $(MAINLIBS) $(UNURANLIBDEP)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment