Commit f60d3bad authored by Federico Vaga's avatar Federico Vaga

sw:*: remove double '/' from paths as workaround for bug in RPM

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 52bd45d9
......@@ -8,7 +8,7 @@ REPO_PARENT ?= ../..
-include $(REPO_PARENT)/parent_common.mk
TRTL ?= ../../
TRTL ?= ../..
TRTL_SW = $(TRTL)/software
LIBS = libmockturtle.so
......
......@@ -8,7 +8,7 @@ REPO_PARENT ?= ../..
-include $(REPO_PARENT)/parent_common.mk
DESTDIR ?= /usr/local
TRTL ?= ../../
TRTL ?= ../..
TRTL_SW = $(TRTL)/software
GIT_VERSION := $(shell git describe --dirty --long --tags)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment