Skip to content

Commit

Permalink
Merge pull request #72 from unix-thrust/fix-makefile
Browse files Browse the repository at this point in the history
fix(builder): use realpath make builtin
  • Loading branch information
Michael Zapata committed Sep 28, 2015
2 parents 9ab8118 + d93e198 commit 601a11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ else
endif

# absolute install path
BEURK_INFECT_ABSPATH ?= $(shell realpath -m $(BEURK_INFECT_DIR)/$(BEURK_LIBRARY_NAME))
BEURK_INFECT_ABSPATH ?= $(realpath $(BEURK_INFECT_DIR)/$(BEURK_LIBRARY_NAME))

# compiler options
INCLUDES := -Iincludes
Expand Down

0 comments on commit 601a11c

Please sign in to comment.