]> git.eshelyaron.com Git - emacs.git/commit
Enable compiling Emacs with implicit Make rules suppressed
authorPo Lu <luangruo@yahoo.com>
Fri, 14 Jun 2024 01:58:04 +0000 (09:58 +0800)
committerEshel Yaron <me@eshelyaron.com>
Sat, 15 Jun 2024 17:21:13 +0000 (19:21 +0200)
commit54c93d2f41bf1a36bff9928c7f8bdc6f91202209
tree7225fd9d213f24bba868e14ba4dc95a34c2abb60
parentdd8254f66842f085ddc23eb8c1870147a15054d0
Enable compiling Emacs with implicit Make rules suppressed

* lib/Makefile.in (.SUFFIXES):

* lwlib/Makefile.in (.SUFFIXES):

* oldXMenu/Makefile.in (.SUFFIXES):

* src/Makefile.in (.SUFFIXES): Register .c as a default suffix,
for this list is emptied when `-r' is provided to Make.

(cherry picked from commit 4124b98509bf049a3ccf0f7319b7edf7cae3b6a0)
lib/Makefile.in
lwlib/Makefile.in
oldXMenu/Makefile.in
src/Makefile.in