]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
pth: Remove empty fields from makefile.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 31 Jan 2010 17:44:04 +0000 (18:44 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 31 Jan 2010 17:44:04 +0000 (18:44 +0100)
I like comments very much.

pkgs/core/pth/pth.nm

index 6ee834d5ccd5d4aa801be266dd1e467e5a197bb8..ff426872f992b0c5ceeab94c15b437365dc6cf4a 100644 (file)
@@ -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