diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-02-19 07:40:42 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-02-19 07:40:42 +0000 |
commit | 96e152f98fef95d1f1768c7a8334f03375a436e8 (patch) | |
tree | bc97aa1d9e154d01dc441fd3a6486e6ad5b939d3 /package/dnsmasq | |
parent | 3a54ea191df5025de432575640b3b21c4d9be902 (diff) |
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/dnsmasq')
-rw-r--r-- | package/dnsmasq/Makefile.in | 3 | ||||
-rw-r--r-- | package/dnsmasq/dnsmasq.mk | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/package/dnsmasq/Makefile.in b/package/dnsmasq/Makefile.in deleted file mode 100644 index 36548bd2b1..0000000000 --- a/package/dnsmasq/Makefile.in +++ /dev/null @@ -1,3 +0,0 @@ -ifeq ($(strip $(BR2_PACKAGE_DNSMASQ)),y) -TARGETS+=dnsmasq -endif diff --git a/package/dnsmasq/dnsmasq.mk b/package/dnsmasq/dnsmasq.mk index b1848c6aa8..e6b50a2613 100644 --- a/package/dnsmasq/dnsmasq.mk +++ b/package/dnsmasq/dnsmasq.mk @@ -48,3 +48,7 @@ dnsmasq-clean: dnsmasq-dirclean: rm -rf $(DNSMASQ_DIR) + +ifeq ($(strip $(BR2_PACKAGE_DNSMASQ)),y) +TARGETS+=dnsmasq +endif |