diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-01-30 13:54:42 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-01-30 13:54:42 +0000 |
commit | e4051615c4ba14b75bd52dd03db7914f8a0a5c76 (patch) | |
tree | ae9e4efc0f16838e972d4b1d03765cab46453066 /package/0/0-run-first.mk | |
parent | 92bd25c9eb14eafb1beb8f41af71fef1e545922a (diff) |
dbus: revert r25156 (Fix dbus dependency on libxml2, without rebuild, works but may need refinement)
As discussed on the list - Too complicated and wrong.
Diffstat (limited to 'package/0/0-run-first.mk')
-rw-r--r-- | package/0/0-run-first.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/0/0-run-first.mk b/package/0/0-run-first.mk deleted file mode 100644 index c26b5dac4..000000000 --- a/package/0/0-run-first.mk +++ /dev/null @@ -1,4 +0,0 @@ -ifeq ($(BR2_TARGET_LIBXML2),y) -TARGETS+=libxml2 -endif - |