Skip to content

Commit

Permalink
fix build fail after removing empty file
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu-aubin committed Jan 14, 2019
1 parent 6b00e80 commit 8aa984d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ DIST_SUBDIRS = $(SUBDIRS)
am__DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.in \
$(top_srcdir)/config/compile $(top_srcdir)/config/install-sh \
$(top_srcdir)/config/missing AUTHORS COPYING ChangeLog INSTALL \
NEWS README config/compile config/depcomp config/install-sh \
README config/compile config/depcomp config/install-sh \
config/missing
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
Expand Down

0 comments on commit 8aa984d

Please sign in to comment.