From 300075334c0673ba8496e385822fbba0ce4c7deb Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Fri, 11 Feb 2005 13:27:35 +0000 Subject: [PATCH] remove GNU-ism git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9613 a592a061-630c-0410-9148-cb99ea01b6c8 --- ChangeLog | 5 +++++ Makefile.am | 3 --- status.13x | 2 ++ 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 287e2b5a29..cd628ce478 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-02-09 Jean-Marc Lasgouttes + + * Makefile.am: remove hack for making bindist work with autoconf + <=1.4. This broke non GNU make programs. + 2005-01-24 Angus Leeming * mkinstalldirs: removed. Duplicates the file in the config diff --git a/Makefile.am b/Makefile.am index 028366e60a..899105b160 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,9 +11,6 @@ SUBDIRS = config development intl po boost src sourcedoc lib EXTRA_DIST = ANNOUNCE INSTALL.OS2 INSTALL.autoconf README.OS2 \ README.MacOSX UPGRADING lyx.man autogen.sh images -# Hack so that the targets that use tar will also work with automake 1.4 -AMTAR ?= $(TAR) - man_MANS = lyx.1 ## Needed by bindist diff --git a/status.13x b/status.13x index ef08686e96..9b88b565db 100644 --- a/status.13x +++ b/status.13x @@ -82,3 +82,5 @@ What's new - Fix link error with Cygwin. - Fix warnings with recent versions of automake. + +- Remove GNU-make specific construct in Makefile