diff options
Diffstat (limited to 'make-dist')
-rwxr-xr-x | make-dist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make-dist b/make-dist index 73c320c2865..76654d2f2e3 100755 --- a/make-dist +++ b/make-dist @@ -175,7 +175,7 @@ then echo "Updating finder-inf.el" - (cd lisp; make finder-inf.el) + (cd lisp; make finder-data) echo "Recompiling Lisp files" @@ -187,7 +187,7 @@ then echo "Updating cus-load.el" - (cd lisp; make cus-load.el) + (cd lisp; make custom-deps) fi echo "Making lisp/MANIFEST" |