chiark / gitweb /
Makefile: dirs that include this Makefile should use our slic3r-config.ini, not a...
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 4 Jul 2013 00:01:18 +0000 (01:01 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 4 Jul 2013 00:01:18 +0000 (01:01 +0100)
Makefile

index eaf870549bfca9fec5e1035d1334954ebca74a8c..5fad8d0a136e6bbf4eee99c8133f0a659944175a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ SKEINFORGE=python $(HRR)/reprappro-software.git/skeinforge/skeinforge_applicatio
 CWD := $(shell pwd)
 PLAY ?= $(CWD)
 
 CWD := $(shell pwd)
 PLAY ?= $(CWD)
 
-CONFIG=slic3r-config.ini
+CONFIG=$(PLAY)/slic3r-config.ini
 
 USING_AUTOS ?= filamentspool xeno-drivebay-bracket dungeonquest-cone anke-gps-bracket cable-hole-trunking-cover anglepoise-neck crossbar-computer-led-mount
 AUTO_TOPLEVELS := $(foreach m,$(USING_AUTOS),$(shell $(PLAY)/toplevel-find $m))
 
 USING_AUTOS ?= filamentspool xeno-drivebay-bracket dungeonquest-cone anke-gps-bracket cable-hole-trunking-cover anglepoise-neck crossbar-computer-led-mount
 AUTO_TOPLEVELS := $(foreach m,$(USING_AUTOS),$(shell $(PLAY)/toplevel-find $m))