]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blobdiff - pkgs/core/make/make.nm
naoki: Mixed things.
[people/stevee/ipfire-3.x.git] / pkgs / core / make / make.nm
index ae1ee7a5db44eb53855f7c8984c7c8f4ec61e476..150a3a3a3df7c9884f469c118a7bf1c9d691652a 100644 (file)
@@ -48,19 +48,3 @@ PKG_BUILD_DEPS:= $(filter-out make,$(PKG_BUILD_DEPS))
 PKG_TARBALL    = $(THISAPP).tar.bz2
 
 include ../../Rules
-
-###############################################################################
-# Installation Details
-###############################################################################
-
-$(STAGE_BUILD): $(STAGE_PREPARE)
-       @$(PRE_BUILD)
-
-       cd $(DIR_APP) && \
-               ./configure \
-                       $(CONFIGURE_ARCH) \
-                       --prefix=/usr
-
-       cd $(DIR_APP) && make $(PARALLELISMFLAGS)
-
-       @$(POST_BUILD)