Skip to content

Commit

Permalink
INSTALLED_{LIB,BIN}PREFIX fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmadsen committed Jul 31, 2020
1 parent 4bb8022 commit f6247ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@ $(STATIC_TARGET_LIB): $(BUILD_DIR) $(PERFMONHEADERS) $(OBJ) $(TARGET_HWLOC_LIB)
@sed -e s+'@PREFIX@'+$(INSTALLED_PREFIX)+g \
-e s+'@NVIDIA_INTERFACE@'+$(NVIDIA_INTERFACE)+g \
-e s+'@FORTRAN_INTERFACE@'+$(FORTRAN_INTERFACE)+g \
-e s+'@LIBPREFIX@'+$(LIBPREFIX)+g \
-e s+'@BINPREFIX@'+$(BINPREFIX)+g \
-e s+'@LIBPREFIX@'+$(INSTALLED_LIBPREFIX)+g \
-e s+'@BINPREFIX@'+$(INSTALLED_BINPREFIX)+g \
make/likwid-config.cmake > likwid-config.cmake

$(DYNAMIC_TARGET_LIB): $(BUILD_DIR) $(PERFMONHEADERS) $(OBJ) $(TARGET_HWLOC_LIB) $(TARGET_LUA_LIB)
Expand Down

0 comments on commit f6247ce

Please sign in to comment.