]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
coreutils: Fix makefile.
authorSchantl Stefan <Stevee@ipfire.org>
Wed, 3 Mar 2010 14:58:49 +0000 (15:58 +0100)
committerSchantl Stefan <Stevee@ipfire.org>
Wed, 3 Mar 2010 14:58:49 +0000 (15:58 +0100)
Removed some deps, they arnĀ“t needed anymore.
Removed Stage for autoconf.
Removed some whitespace.

pkgs/core/coreutils/coreutils.nm

index ba8ce1601abd2c679b5e19c7723031a814500b73..f1a1dfde73540f6ebb060126dfcf28798fa14738 100644 (file)
@@ -43,18 +43,8 @@ PKG_DEPS      += acl attr libcap ncurses pam shadow util-linux-ng
 
 PKG_TARBALL    = $(THISAPP).tar.gz
 
-#PKG_BUILD_DEPS+= autoconf automake
-
 CFLAGS        += -D_GNU_SOURCE=1 -fno-strict-aliasing
 
-###############################################################################
-# Installation Details
-###############################################################################
-
-#define STAGE_PRAPRE_CMDS
-       #cd $(DIR_APP) && autoreconf --force
-#endef
-
 define STAGE_BUILD
        cd $(DIR_APP) && \
                gl_cv_func_printf_directive_n=no \