]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blobdiff - pkgs/toolchain/grep/grep.nm
naoki: Mixed things.
[people/stevee/ipfire-3.x.git] / pkgs / toolchain / grep / grep.nm
index 4b60842e4c8abe4e078d3a84bf81df0bfcd6cfd9..5a4393d9153bb816d0de50b9c2679cb5bec5ee85 100644 (file)
@@ -1,9 +1,7 @@
 
 include ../../core/grep/grep.nm
 
-$(STAGE_BUILD): $(STAGE_PREPARE)
-       @$(PRE_BUILD)
-
+define STAGE_BUILD
        cd $(DIR_APP) && \
                ./configure \
                        $(CONFIGURE_ARCH) \
@@ -12,5 +10,4 @@ $(STAGE_BUILD): $(STAGE_PREPARE)
                        --without-included-regex
 
        cd $(DIR_APP) && make $(PARALLELISMFLAGS)
-
-       @$(POST_BUILD)
+endef