Doh! Fix missing line for gdbserver.

This commit is contained in:
Eric Andersen 2003-01-24 01:07:29 +00:00
parent 386eb10771
commit 31f08cf32d

View File

@ -6,6 +6,8 @@
#Use GDB_DIR/etc values from gdb.mk
#Build gdbserver in a dir outside of the main gdb tree
GDB_WDIR:=$(BUILD_DIR)/gdbserver
$(GDB_WDIR)/.configured: $(GDB_DIR)/.unpacked
mkdir -p $(GDB_WDIR)