summaryrefslogtreecommitdiffstats
path: root/tools/gdb
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-07-11 22:55:31 +0200
committerWolfgang Denk <wd@denx.de>2008-07-11 22:55:31 +0200
commit184f1b404a90eef8b425c0e7b3018d59ef9982c8 (patch)
tree8448c4a278996b3611a963dcf5669fba4dc7ccb1 /tools/gdb
parent9b55a2536919f4de1bb1044e6eb8262c2f53bc96 (diff)
downloadtalos-obmc-uboot-184f1b404a90eef8b425c0e7b3018d59ef9982c8.tar.gz
talos-obmc-uboot-184f1b404a90eef8b425c0e7b3018d59ef9982c8.zip
Fixed some out-of-tree build issues
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'tools/gdb')
-rw-r--r--tools/gdb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gdb/Makefile b/tools/gdb/Makefile
index 632103d453..c44cc8a555 100644
--- a/tools/gdb/Makefile
+++ b/tools/gdb/Makefile
@@ -47,7 +47,7 @@ HOSTOS := $(shell uname -s | sed -e 's/\([Cc][Yy][Gg][Ww][Ii][Nn]\).*/cygwin/')
ifeq ($(HOSTOS),cygwin)
all:
-.depend:
+$(obj).depend:
else # ! CYGWIN
OpenPOWER on IntegriCloud