aboutsummaryrefslogtreecommitdiffstats
path: root/package/sed
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openwrt.org>2005-02-19 07:40:42 +0000
committerWaldemar Brodkorb <wbx@openwrt.org>2005-02-19 07:40:42 +0000
commit3d5a4b036c3ad035450aa7fdac8c39d2f0bc6fa2 (patch)
treebc97aa1d9e154d01dc441fd3a6486e6ad5b939d3 /package/sed
parent4a943abed804444df3efbef7469287646f801e0d (diff)
downloadmaster-187ad058-3d5a4b036c3ad035450aa7fdac8c39d2f0bc6fa2.tar.gz
master-187ad058-3d5a4b036c3ad035450aa7fdac8c39d2f0bc6fa2.tar.bz2
master-187ad058-3d5a4b036c3ad035450aa7fdac8c39d2f0bc6fa2.zip
sync with buildroot2 from uclibc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@262 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/sed')
-rw-r--r--package/sed/Makefile.in3
-rw-r--r--package/sed/sed.mk4
2 files changed, 3 insertions, 4 deletions
diff --git a/package/sed/Makefile.in b/package/sed/Makefile.in
deleted file mode 100644
index 6738e4f246..0000000000
--- a/package/sed/Makefile.in
+++ /dev/null
@@ -1,3 +0,0 @@
-ifeq ($(strip $(BR2_PACKAGE_SED)),y)
-TARGETS+=sed
-endif
diff --git a/package/sed/sed.mk b/package/sed/sed.mk
index 5154c1f795..637768920c 100644
--- a/package/sed/sed.mk
+++ b/package/sed/sed.mk
@@ -133,4 +133,6 @@ sed-clean:
sed-dirclean:
rm -rf $(SED_DIR2)
-
+ifeq ($(strip $(BR2_PACKAGE_SED)),y)
+TARGETS+=sed
+endif