diff options
author | Nobuyoshi Nakada <[email protected]> | 2024-12-02 09:07:25 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2024-12-02 09:07:25 +0900 |
commit | 1df52e097be6afe8e7cae14ad9d6eb0e335749b0 (patch) | |
tree | a7dbf81eaefb8449e11f99ff35e9e609bb1f8260 | |
parent | ae59b44041d118514d6ac835e3b34f8a1a72e198 (diff) |
yasmdata.rb is no longer generated for years [ci skip]
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | common.mk | 2 |
2 files changed, 1 insertions, 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/ @@ -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 |