aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8fbdb7a..0bfef70 100644
--- a/Makefile
+++ b/Makefile
@@ -87,7 +87,7 @@ pdf: scrotty.pdf
.PHONY: dvi
dvi: scrotty.dvi
%.dvi: info/%.texinfo info/fdl.texinfo
- @mkdir -p objo
+ @mkdir -p obj
cd obj ; yes X | $(TEXI2DVI) ../$<
mv obj/$@ $@