Skip to content
Snippets Groups Projects
Commit 638f53db authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

RF: Move comma def where it is used

parent 93ee457f
No related branches found
No related tags found
1 merge request!27MNT: rpath
Pipeline #11432 passed
...@@ -10,9 +10,6 @@ ...@@ -10,9 +10,6 @@
# get system type (Darwin, Linux) # get system type (Darwin, Linux)
SYSTYPE := $(shell uname -s) SYSTYPE := $(shell uname -s)
# For string substitution
COMMA := ,
##################################################################### #####################################################################
# #
# Standard commands # Standard commands
...@@ -92,6 +89,7 @@ ARCHNVCCLDFLAGS = ...@@ -92,6 +89,7 @@ ARCHNVCCLDFLAGS =
# shared libs located in the same dir will # shared libs located in the same dir will
# take precedence over libs of the same # take precedence over libs of the same
# name in $FSLDIR/lib/). # name in $FSLDIR/lib/).
COMMA := ,
_LDFLAGS := $(patsubst -Wl${COMMA}-rpath%,,${LDFLAGS}) _LDFLAGS := $(patsubst -Wl${COMMA}-rpath%,,${LDFLAGS})
LDFLAGS = ${_LDFLAGS} LDFLAGS = ${_LDFLAGS}
......
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