From 1300017cdca025648a79ea07eaf46c6095f9d291 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Thu, 13 Jul 2017 08:18:02 +0200 Subject: [PATCH] cleanup discontinued target --- win32/build/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/win32/build/Makefile b/win32/build/Makefile index aa8f78302e..da484af393 100644 --- a/win32/build/Makefile +++ b/win32/build/Makefile @@ -210,9 +210,6 @@ snap: build-snap build-devel build-dist $(BUILD_DIR)\deplister.exe: win32\build\deplister.c $(CC) /Fo$(BUILD_DIR)\ /Fd$(BUILD_DIR)\ /Fp$(BUILD_DIR)\ /FR$(BUILD_DIR) /Fe$(BUILD_DIR)\deplister.exe win32\build\deplister.c imagehlp.lib -msi-installer: dist - $(BUILD_DIR)\php.exe ..\php-installer\build-installer.php "$(BUILD_DIR)" "$(PHPDLL)" "$(SAPI_TARGETS)" "$(EXT_TARGETS)" "$(PECL_TARGETS)" - # need to redirect, since INSTALL is a file in the root... install: really-install install-sdk -- 2.40.0