diff Makefile.in @ 4123:28a83a566666

texinfo: update to v6.0 (Bug #46637) * Makefile.in: include msys-perl, msys-libcrypt when installing mingw * src/build-texinfo.mk: update version, checksum, build sequence * src/texinfo.mk: update version, checksum, build sequence * src/mingw-texinfo-1-fixes.patch: update patch * src/build-texinfo-1-fixes.patch: removed * src/texinfo-1-fixes.patch: removed * dist-files.mk: removed ref to build-texinfo-1-fixes.patch, texinfo-1-fixes.patch
author John Donoghue
date Fri, 11 Dec 2015 13:18:42 -0500
parents d1aaa8270548
children 4556ee171f27
line wrap: on
line diff
--- a/Makefile.in	Sun Apr 03 10:18:29 2016 -0400
+++ b/Makefile.in	Fri Dec 11 13:18:42 2015 -0500
@@ -374,11 +374,7 @@
     MSYS_EXTENSION_VER := 1.0.13
     MSYS_BASE_DIR := $(TOP_BUILD_DIR)/msys-base
     MSYS_EXTENSION_DIR := $(TOP_BUILD_DIR)/msys-extension
-    MSYS_BASE_PACKAGES := $(addprefix msys-,bash coreutils diffutils dos2unix file findutils gawk grep gzip less libiconv libintl libmagic libopenssl make msys-core patch regex sed tar termcap unzip zip wget zlib)
-
-    ifeq ($(ENABLE_DEVEL_TOOLS),yes)
-      MSYS_BASE_PACKAGES += msys-perl msys-libcrypt
-    endif
+    MSYS_BASE_PACKAGES := $(addprefix msys-,bash coreutils diffutils dos2unix file findutils gawk grep gzip less libcrypt libiconv libintl libmagic libopenssl make msys-core patch perl regex sed tar termcap unzip zip wget zlib)
 
     MSYS_BASE_SOURCES := $(addprefix src-,$(MSYS_BASE_PACKAGES))
     PKGS += $(MSYS_BASE_SOURCES)