summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-03-29 06:55:59 +0200
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-03-29 06:55:59 +0200
commitcd47e49451cd03a147ce32498739f803973d7f9f (patch)
tree9b9ecb3e6bbdae26a3376c71f737681d908ca260 /Makefile
parent0cb0558dceb0ed685e6dcd249de6359f0e97c101 (diff)
downloadluatexbase-cd47e49451cd03a147ce32498739f803973d7f9f.tar.gz
Minor Makefile fix.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5d48d36..c9d9c62 100644
--- a/Makefile
+++ b/Makefile
@@ -73,7 +73,7 @@ world: all ctan
$(DO_PDFLATEX)
luatexbase.%.lua: %.lua
- ln -s $< $@
+ ln -sf $< $@
$(UNPACKED_MCB): luamcallbacks.dtx
$(DO_TEX)