Skip to content
Snippets Groups Projects
Commit 39e7f17f authored by Zbynek Slajchrt's avatar Zbynek Slajchrt
Browse files

The dependency on PCRE removed from Makefile.libs in gnur. It was probably a...

The dependency on PCRE removed from Makefile.libs in gnur. It was probably a forgotten dependency since
according to the GnuR release notes GnuR now requires an external version of PCRE.
parent 438e0c40
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ BLAS_TARGET := $(TARGET_DIR)/libRblas$(DYLIB_EXT)
LAPACK_TARGET := $(TARGET_DIR)/libRlapack$(DYLIB_EXT)
PCRE_TARGET := $(TARGET_DIR)/libpcre$(DYLIB_EXT)
all: $(TARGET_DIR) $(BLAS_TARGET) $(LAPACK_TARGET) $(PCRE_TARGET)
all: $(TARGET_DIR) $(BLAS_TARGET) $(LAPACK_TARGET)
$(TARGET_DIR):
mkdir -p $(TARGET_DIR)
......
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