From: Michael Tremer Date: Sun, 31 Jan 2010 17:44:04 +0000 (+0100) Subject: pth: Remove empty fields from makefile. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2535313e56997922692e8b11716f7499ef51700;p=ipfire-3.x.git pth: Remove empty fields from makefile. I like comments very much. --- diff --git a/pkgs/core/pth/pth.nm b/pkgs/core/pth/pth.nm index 6ee834d5c..ff426872f 100644 --- a/pkgs/core/pth/pth.nm +++ b/pkgs/core/pth/pth.nm @@ -35,7 +35,6 @@ PKG_LICENSE = GPLv3+ PKG_SUMMARY = GNU Pth - The GNU Portable Threads. PKG_BUILD_DEPS+= libtool -PKG_DEPS += define PKG_DESCRIPTION The Pth package contains a very portable POSIX/ANSI-C based library for \ @@ -46,7 +45,7 @@ endef PKG_TARBALL = $(THISAPP).tar.gz -PARALLELISMFLAGS = +PARALLELISMFLAGS = # No parallel build ############################################################################### # Installation Details @@ -58,7 +57,3 @@ CONFIGURE_OPTIONS += \ define STAGE_TEST cd $(DIR_APP) && make check endef - - -define STAGE_INSTALL_CMDS -endef