Skip to content
Snippets Groups Projects
Commit b816f550 authored by Fons Rademakers's avatar Fons Rademakers
Browse files

From Bertrand:

fix for Windows extending a pathname after the directory relocation.


git-svn-id: http://root.cern.ch/svn/root/trunk@22968 27541ba8-7e3a-0410-8455-c3a389f83636
parent fc66e7db
Branches
Tags
No related merge requests found
...@@ -60,7 +60,7 @@ ifeq ($(PLATFORM),win32) ...@@ -60,7 +60,7 @@ ifeq ($(PLATFORM),win32)
cd $(PCREVERS)/win32; \ cd $(PCREVERS)/win32; \
unset MAKEFLAGS; \ unset MAKEFLAGS; \
nmake -nologo -f Makefile.msc CFG=$(PCREBLD) \ nmake -nologo -f Makefile.msc CFG=$(PCREBLD) \
NMCXXFLAGS="$(BLDCXXFLAGS) -I../../../../build/win -FIw32pragma.h") NMCXXFLAGS="$(BLDCXXFLAGS) -I../../../../../build/win -FIw32pragma.h")
else else
@(if [ -d $(PCREDIRS)/$(PCREVERS) ]; then \ @(if [ -d $(PCREDIRS)/$(PCREVERS) ]; then \
rm -rf $(PCREDIRS)/$(PCREVERS); \ rm -rf $(PCREDIRS)/$(PCREVERS); \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment