]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blobdiff - pkgs/toolchain/autoconf/autoconf.nm
naoki: Mixed things.
[people/stevee/ipfire-3.x.git] / pkgs / toolchain / autoconf / autoconf.nm
index 98c17da54690258c899ea6f3a22bcbcfc5e59085..ff72b1a4aaf89d349bc828af9649066f948fc86a 100644 (file)
@@ -3,14 +3,11 @@ PKG_TOOLCHAIN_DEPS += perl
 
 include ../../core/autoconf/autoconf.nm
 
-$(STAGE_BUILD): $(STAGE_PREPARE)
-       @$(PRE_BUILD)
-
+define STAGE_BUILD
        cd $(DIR_APP) && \
                ./configure \
                        $(CONFIGURE_ARCH) \
                        --prefix=$(TOOLS_DIR)
 
        cd $(DIR_APP) && make $(PARALLELISMFLAGS)
-
-       @$(POST_BUILD)
+endef