(distclean): Use `clean' instead of `make clean'.
authoryamaoka <yamaoka>
Tue, 22 Jun 1999 12:22:36 +0000 (12:22 +0000)
committeryamaoka <yamaoka>
Tue, 22 Jun 1999 12:22:36 +0000 (12:22 +0000)
(x, osome): Use `$(MAKE)' instead of `make'.
(elclean): Use the arg `-f'.
(clean): Remove MANIFEST.*.

Makefile.in

index 1c13e2d..b94b229 100644 (file)
@@ -63,24 +63,24 @@ info-ja:
 
 clean:
        rm -f */*.orig */*.rej *.orig *.rej
+       rm -f MANIFEST.*
 
 xsome:
        cd lisp && $(MAKE) EMACS="$(XEMACS)" some
 
 elclean:
-       rm lisp/*.elc
+       rm -f lisp/*.elc
 
 x:
-       make EMACS="$(XEMACS)"
+       $(MAKE) EMACS="$(XEMACS)"
 
-distclean:
-       make clean
+distclean: clean
        rm -rf *~
        for i in lisp texi; do (cd $$i; make distclean); done
        rm -f config.log config.status config.cache Makefile
 
 osome:
-       make EMACS="$(XEMACS)" some
+       $(MAKE) EMACS="$(XEMACS)" some
 
 config.status: $(srcdir)/configure
        $(SHELL) ./config.status --recheck