From 1df52e097be6afe8e7cae14ad9d6eb0e335749b0 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Mon, 2 Dec 2024 09:07:25 +0900 Subject: [PATCH] yasmdata.rb is no longer generated for years [ci skip] --- .gitignore | 1 - common.mk | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b6beba3b3e..f61ce9f889 100644 --- a/.gitignore +++ b/.gitignore @@ -144,7 +144,6 @@ lcov*.info /verconf.h /verconf.mk /web -/yasmdata.rb # /bin/ diff --git a/common.mk b/common.mk index 3bba845368..a9a0b4790c 100644 --- a/common.mk +++ b/common.mk @@ -759,7 +759,7 @@ clean-rubyspec: clean-spec distclean: distclean-ext distclean-enc distclean-golf distclean-docs distclean-extout distclean-gc distclean-local distclean-platform distclean-spec distclean-local:: clean-local - $(Q)$(RM) $(MKFILES) yasmdata.rb *.inc $(PRELUDES) *.rbinc *.rbbin + $(Q)$(RM) $(MKFILES) *.inc $(PRELUDES) *.rbinc *.rbbin $(Q)$(RM) config.cache config.status config.status.lineno $(Q)$(RM) *~ *.bak *.stackdump core *.core gmon.out $(PREP) -$(Q)$(RMALL) $(srcdir)/autom4te.cache