summaryrefslogtreecommitdiff
path: root/tools/ucl/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ucl/src/Makefile')
-rw-r--r--tools/ucl/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ucl/src/Makefile b/tools/ucl/src/Makefile
index 8875522388..8a73a53f5f 100644
--- a/tools/ucl/src/Makefile
+++ b/tools/ucl/src/Makefile
@@ -31,7 +31,7 @@ NATIVECC ?= gcc-4.0
31endif 31endif
32endif 32endif
33 33
34TARGET_DIR ?= $(shell pwd) 34TARGET_DIR ?= $(shell pwd)/
35OBJDIR = $(TARGET_DIR)build$(RBARCH) 35OBJDIR = $(TARGET_DIR)build$(RBARCH)
36 36
37SOURCES = alloc.c io.c n2b_99.c n2b_d.c n2b_ds.c n2b_to.c n2d_99.c \ 37SOURCES = alloc.c io.c n2b_99.c n2b_d.c n2b_ds.c n2b_to.c n2d_99.c \