diff --git a/Makefile b/Makefile index 45a01f2..977ffdf 100644 --- a/Makefile +++ b/Makefile @@ -249,7 +249,7 @@ DEPENDS.txt: $(MODULE).cls cat $< \ | grep -Ezo '\s*\\RequirePackage(\[[^]]*\])?\{[^}]*\}' \ | sed \ - -e 's/.*{\(.*\)}/hard \1/' \ + -e 's/.*{\(.*\)}/hard \1\n/' \ -e 's/\x0//' \ | grep -a hard \ > $@