Skip to content

Commit a9d888f

Browse files
committed
remove confusing slash
1 parent 651bbd7 commit a9d888f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

c_models/makefiles/extra.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CUR_DIR := $(abspath $(dir $(lastword $(MAKEFILE_LIST)))/)
1+
CUR_DIR := $(abspath $(dir $(lastword $(MAKEFILE_LIST))))
22
SPYNNAKER_INSTALL_DIR := $(strip $(if $(SPYNNAKER_INSTALL_DIR), $(SPYNNAKER_INSTALL_DIR), $(abspath $(CUR_DIR)/../../../sPyNNaker/neural_modelling)))
33

44
# Work out the top-level project folder

c_models/makefiles/extra_neuron.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CUR_DIR := $(abspath $(dir $(lastword $(MAKEFILE_LIST)))/)
1+
CUR_DIR := $(abspath $(dir $(lastword $(MAKEFILE_LIST))))
22
SPYNNAKER_INSTALL_DIR := $(strip $(if $(SPYNNAKER_INSTALL_DIR), $(SPYNNAKER_INSTALL_DIR), $(abspath $(CUR_DIR)/../../../sPyNNaker/neural_modelling)))
33

44
# Work out the top-level project folder

c_models/makefiles/extra_synapse.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CUR_DIR := $(abspath $(dir $(lastword $(MAKEFILE_LIST)))/)
1+
CUR_DIR := $(abspath $(dir $(lastword $(MAKEFILE_LIST))))
22
SPYNNAKER_INSTALL_DIR := $(strip $(if $(SPYNNAKER_INSTALL_DIR), $(SPYNNAKER_INSTALL_DIR), $(abspath $(CUR_DIR)/../../../sPyNNaker/neural_modelling)))
33

44
# Work out the top-level project folder

0 commit comments

Comments
 (0)