diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-04-20 23:03:42 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-04-20 23:03:42 +0000 |
commit | 47fe20b27ad3248907861c87c462797913c9288f (patch) | |
tree | 035bf80d4241bd04b8e332ac413ecf381ef5ba33 /package/config/Makefile.in | |
parent | 320b38dc4fd903d1668b448276059041fa6c8af3 (diff) | |
download | upstream-47fe20b27ad3248907861c87c462797913c9288f.tar.gz upstream-47fe20b27ad3248907861c87c462797913c9288f.tar.bz2 upstream-47fe20b27ad3248907861c87c462797913c9288f.zip |
menuconfig cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3684 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/config/Makefile.in')
-rw-r--r-- | package/config/Makefile.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/package/config/Makefile.in b/package/config/Makefile.in deleted file mode 100644 index addf1b9819..0000000000 --- a/package/config/Makefile.in +++ /dev/null @@ -1,3 +0,0 @@ -ifeq ($(strip $(BR2_PACKAGE_CONFIG)),y) -TARGETS+=config -endif |