chiark / gitweb /
Makefile: poster-tuber-lid: Fix rule to refer to correct thing
[reprap-play.git] / Makefile
index 6a8f232026f31e95679b334f5688701d4e6b5d11..0a2988c65b19a1f0ac036c9b246edd1ffcbca61c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -136,12 +136,12 @@ quacks-stls: $(addsuffix .auto.stls, $(QUACKSES))
                screw-recess-test-number-s$s.fig \
                screw-recess-test-number-s$s.eps)
 
-poster-tube-lid,CatchAssembly.auto.scad: poster-tube-lid,CatchPostDistort-fa3.stl
-poster-tube-lid-coarse,CatchAssembly.auto.scad: poster-tube-lid,CatchPostDistort-fa20.stl
+poster-tube-lid,CatchAssembly.auto.stl: poster-tube-lid,CatchPostDistort-fa3.stl
+poster-tube-lid-coarse,CatchAssembly.auto.stl: poster-tube-lid,CatchPostDistort-fa20.stl
 
 poster-tube-lid,CatchPostDistort-fa%.stl: \
-       distort-stl poster-tube-lid,CatchPreDistort.auto.stl
-               ./distort-stl <poster-tube-lid,CatchPreDistort.auto.stl \
-                       set-fa $(notdir $*) project-cylinder 100 >$@.tmp
-               mv -f $@.tmp $@
+               distort-stl poster-tube-lid,CatchPreDistort.auto.stl
+       ./distort-stl <poster-tube-lid,CatchPreDistort.auto.stl \
+               set-fa $(notdir $*) project-cylinder 100 >$@.tmp
+       mv -f $@.tmp $@