Commit 2bced229 authored by kent@mysql.com/kent-amd64.(none)'s avatar kent@mysql.com/kent-amd64.(none)
Browse files

Makefile.am:

  Don't install INSTALL-BINARY, handled by build scripts
parent fe129ce2
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -19,10 +19,9 @@ EXTRA_DIST = mysql.info INSTALL-BINARY
# make sure that "make install" installs the info page, too
# automake only seems to take care of this automatically,
# if we're building the info page from texi directly.
install-data-hook:	$(EXTRA_DIST)
install-data-hook:	mysql.info
	$(mkinstalldirs) $(DESTDIR)$(infodir)
	$(INSTALL_DATA) $(srcdir)/mysql.info $(DESTDIR)$(infodir)
	$(INSTALL_DATA) $(srcdir)/INSTALL-BINARY $(DESTDIR)$(infodir)

# Don't update the files from bitkeeper
%::SCCS/s.%