Skip to content

Commit 1df52e0

Browse files
committed
yasmdata.rb is no longer generated for years [ci skip]
1 parent ae59b44 commit 1df52e0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ lcov*.info
144144
/verconf.h
145145
/verconf.mk
146146
/web
147-
/yasmdata.rb
148147

149148
# /bin/
150149

common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ clean-rubyspec: clean-spec
759759

760760
distclean: distclean-ext distclean-enc distclean-golf distclean-docs distclean-extout distclean-gc distclean-local distclean-platform distclean-spec
761761
distclean-local:: clean-local
762-
$(Q)$(RM) $(MKFILES) yasmdata.rb *.inc $(PRELUDES) *.rbinc *.rbbin
762+
$(Q)$(RM) $(MKFILES) *.inc $(PRELUDES) *.rbinc *.rbbin
763763
$(Q)$(RM) config.cache config.status config.status.lineno
764764
$(Q)$(RM) *~ *.bak *.stackdump core *.core gmon.out $(PREP)
765765
-$(Q)$(RMALL) $(srcdir)/autom4te.cache

0 commit comments

Comments
 (0)