From 2e6408568689ddb255292bfe464a96ea70db1cde Mon Sep 17 00:00:00 2001 From: Willi Goesgens Date: Fri, 17 Apr 2015 10:15:15 +0200 Subject: [PATCH] Remove duplicate target. --- GNUmakefile | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 17bb37b8af..5710c3ec24 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -203,21 +203,6 @@ pack-macosx-cmake: cd Build && ${MAKE} cd Build && ${MAKE} install DESTDIR=${PACK_DESTDIR} -pack-macosx-cmake: - cd Build && cmake \ - -D "ARANGODB_VERSION=${VERSION}" \ - -D "BUILD_PACKAGE=dmg-cli" \ - -D "CMAKE_INSTALL_PREFIX=${prefix}" \ - -D "CPACK_PACKAGE_VERSION_MAJOR=${VERSION_MAJOR}" \ - -D "CPACK_PACKAGE_VERSION_MINOR=${VERSION_MINOR}" \ - -D "CPACK_PACKAGE_VERSION_PATCH=${VERSION_PATCH}" \ - -D "LIBEV_VERSION=${LIBEV_VERSION}" \ - -D "READLINE_VERSION=${READLINE_VERSION}" \ - -D "V8_VERSION=${V8_VERSION}" \ - -D "ZLIB_VERSION=${ZLIB_VERSION}" \ - -G Xcode - .. - ################################################################################ ### @brief debian arm package ################################################################################