X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile;h=c402fe362e64bfd27279e66422b89462b1bf7936;hb=21859a40e2594253908043188983184c2e527f61;hp=05ba8b3bb9bfa980fa184a5a8d006436beb171e4;hpb=311e88a3a26e677233b66b690681bcc1e95b82d0;p=reprap-play.git diff --git a/Makefile b/Makefile index 05ba8b3..c402fe3 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ AUTO_INCS = funcs.scad utils.scad sealing-box.scad default: autoincs scads -$(shell set -xe; ./commitid.scad.pl >commitid.scad.tmp; cmp commitid.scad.tmp commitid.scad || mv -f commitid.scad.tmp commitid.scad ) +$(shell set -xe; $(PLAY)/commitid.scad.pl >commitid.scad.tmp; cmp commitid.scad.tmp commitid.scad || mv -f commitid.scad.tmp commitid.scad ) autoincs: $(AUTO_INCS) scads: $(addsuffix .auto.scad, $(AUTO_TOPLEVELS)) @@ -134,7 +134,7 @@ FILAMENTSPOOL_DXFS=$(foreach n,$(FILAMENTSPOOL_NUMBERS), \ filamentspool-number-n$n.dxf) $(addsuffix .auto.stl, $(foreach f,$(FILAMENTSPOOL_AUTOS),$(shell \ - ./toplevel-find $f))): $(FILAMENTSPOOL_DXFS) + $(PLAY)/toplevel-find $(PLAY)/$f))): $(FILAMENTSPOOL_DXFS) filamentspool-numbers filamentspool.stl: $(FILAMENTSPOOL_DXFS)