aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-01-09 17:51:21 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-01-09 17:51:21 -0800
commitc2db2b6accc7888df514261a7240e7759df95a4c (patch)
tree0d7ecd37a534c15348cbad01d0d1f84183b7b4d8 /Makefile
parentdf7881f07f53b041dc0568be8528e9dbb74994cc (diff)
downloadexternal_qemu-c2db2b6accc7888df514261a7240e7759df95a4c.zip
external_qemu-c2db2b6accc7888df514261a7240e7759df95a4c.tar.gz
external_qemu-c2db2b6accc7888df514261a7240e7759df95a4c.tar.bz2
auto import from //branches/cupcake/...@125939
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f911c2a..f39a14c 100644
--- a/Makefile
+++ b/Makefile
@@ -40,6 +40,8 @@ CLEAR_VARS := $(BUILD_SYSTEM)/clear_vars.make
BUILD_HOST_EXECUTABLE := $(BUILD_SYSTEM)/host_executable.make
BUILD_HOST_STATIC_LIBRARY := $(BUILD_SYSTEM)/host_static_library.make
+DEPENDENCY_DIRS :=
+
all: libraries executables
EXECUTABLES :=
LIBRARIES :=
@@ -67,5 +69,5 @@ clean-config:
rm -f $(CONFIG_MAKE) $(CONFIG_H)
# include dependency information
-CLEAN_OBJS_DIRS := $(sort $(CLEAN_OBJS_DIRS))
--include $(wildcard $(CLEAN_OBJS_DIRS:%=%/*.d))
+DEPENDENCY_DIRS := $(sort $(DEPENDENCY_DIRS))
+-include $(wildcard $(DEPENDENCY_DIRS:%=%/*.d)) \ No newline at end of file