Skip to content

Commit

Permalink
Merge pull request #1430 from edgarcosta/trunk
Browse files Browse the repository at this point in the history
quotes around path
  • Loading branch information
fredrik-johansson authored Sep 28, 2023
2 parents 114a48a + 46eb304 commit 0c58d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
FLINT_DIR:=.
SRC_DIR:=src
BUILD_DIR:=build
ABS_FLINT_DIR:=$(patsubst %/,%, $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))
ABS_FLINT_DIR:='$(patsubst %/,%, $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))'
ABS_SRC_DIR:=$(ABS_FLINT_DIR)/$(SRC_DIR)
ABS_BUILD_DIR:=$(ABS_FLINT_DIR)/$(SRC_DIR)

Expand Down

0 comments on commit 0c58d3c

Please sign in to comment.