]> code.delx.au - gnu-emacs/blobdiff - test/indent/Makefile
Merge from origin/emacs-24
[gnu-emacs] / test / indent / Makefile
index 2a5b7f4c3523371720f2b6bebf280f9d2a9c1a23..9e75f3dad5753d16eaeae558197e6b17cf4d37a4 100644 (file)
@@ -8,8 +8,8 @@ clean:
 # - mark the places where the indentation is known to be incorrect,
 #   and allow either ignoring those errors or not.
 %.test: %
-       -$(RM) $<.test
+       -$(RM) $<.new
        $(EMACS) --batch $< \
            --eval '(indent-region (point-min) (point-max) nil)' \
-           --eval '(write-region (point-min) (point-max) "$<.test")'
-       diff -u -B $< $<.test
+           --eval '(write-region (point-min) (point-max) "$<.new")'
+       diff -u -B $< $<.new