summaryrefslogtreecommitdiff
path: root/mk/pkg-bottom.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-02-19 00:37:57 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-02-19 00:37:57 +0100
commitdb287e1579a46cdc8d8d6e1ef10455d2b1f10f22 (patch)
tree818b93556ba68db136962d00b622dc76b6d68327 /mk/pkg-bottom.mk
parentaa4ab58940fe84dfd79b230407b0eac2fd10a80b (diff)
parent27d6b2fd1084efa18e71e42441f04a83319317b9 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'mk/pkg-bottom.mk')
-rw-r--r--mk/pkg-bottom.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/pkg-bottom.mk b/mk/pkg-bottom.mk
index 41fecf3f2..13b49dfdd 100644
--- a/mk/pkg-bottom.mk
+++ b/mk/pkg-bottom.mk
@@ -18,7 +18,7 @@ do-configure:
post-configure:
${_CONFIGURE_COOKIE}: ${_PATCH_COOKIE}
@sed -e '/^#/d' ${REORDER_DEPENDENCIES} | \
- tsort | tac | while read f; do \
+ tsort | while read f; do \
cd ${WRKSRC}; \
case $$f in \
/*) \