summaryrefslogtreecommitdiff
path: root/lcmodule/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lcmodule/Makefile')
-rw-r--r--lcmodule/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lcmodule/Makefile b/lcmodule/Makefile
index 779e8ca..f58a0dd 100644
--- a/lcmodule/Makefile
+++ b/lcmodule/Makefile
@@ -270,14 +270,14 @@ configfile: $(if $(wildcard $(config_file)),,config)
@echo $< > /dev/null
.PHONY: config
-config: BUILDFOLDER := $(if $(strip $(BUILDFOLDER)),$(BUILDFOLDER),$(shell bash -c "mktemp -d"))
+config: BUILDFOLDER := $(if $(strip $(BUILDFOLDER)),$(BUILDFOLDER),$(shell bash -c "pwd"))
config: LCM_AUTO_DIR:=$(BUILDFOLDER)/autogen
config: AUTO_DIR_LIB:=$(LCM_AUTO_DIR)/lib
config: AUTO_DIR_LOADER:=$(LCM_AUTO_DIR)/loader
config: LIB_x32 := $(BUILDFOLDER)/liblcm.so.1
config: LIB_x64 := $(BUILDFOLDER)/liblcm_x64.so.1
-config: LCMLIB_INSTALLDIR := /tmp/
-config: LCMLDR_INSTALLDIR := /tmp/
+config: LCMLIB_INSTALLDIR := $(shell pwd)/dist
+config: LCMLDR_INSTALLDIR := $(shell pwd)/dist
config: LIB_x32_OBJ_DIR := x32
config: LIB_x64_OBJ_DIR := x64
config: CC := gcc