Fix mostlyclean rules
* cross/Makefile.in: Remove outdated comment. * src/Makefile.in: (.PHONY): Clean android-emacs and libemacs.so, not emacs.so and aemacs.
This commit is contained in:
parent
ad8e12b9f9
commit
920168c5d8
2 changed files with 1 additions and 7 deletions
|
@ -32,12 +32,6 @@ top_builddir = @top_builddir@
|
|||
# $(top_builddir)/lib-src/Makefile.android are copied to their usual
|
||||
# locations in this directory.
|
||||
|
||||
# Finally, the following commands are executed in order, to produce
|
||||
# libgnu.a, various binaries in lib-src, and src/aemacs:
|
||||
# make -C lib libgnu.a
|
||||
# make -C lib-src src/aemacs
|
||||
# make -C src aemacs
|
||||
|
||||
# This is possibly the ugliest Makefile ever written!
|
||||
|
||||
LIB_SRCDIR = $(realpath ./lib)
|
||||
|
|
|
@ -807,7 +807,7 @@ ns-app: emacs$(EXEEXT) $(pdmp)
|
|||
.PHONY: versionclean
|
||||
|
||||
mostlyclean:
|
||||
rm -f aemacs emacs.so
|
||||
rm -f android-emacs libemacs.so
|
||||
rm -f temacs$(EXEEXT) core ./*.core \#* ./*.o
|
||||
rm -f dmpstruct.h
|
||||
rm -f emacs.pdmp
|
||||
|
|
Loading…
Add table
Reference in a new issue