diff --git a/tools/ucl/Makefile b/tools/ucl/Makefile index 166ce39927..f22a862cb6 100644 --- a/tools/ucl/Makefile +++ b/tools/ucl/Makefile @@ -6,7 +6,7 @@ # \/ \/ \/ \/ \/ # $Id$ # -CFLAGS+ = -O2 -Iinclude +CFLAGS+= -O2 -Iinclude TARGET = ../uclpack 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 endif endif -TARGET_DIR ?= $(shell pwd) +TARGET_DIR ?= $(shell pwd)/ OBJDIR = $(TARGET_DIR)build$(RBARCH) SOURCES = alloc.c io.c n2b_99.c n2b_d.c n2b_ds.c n2b_to.c n2d_99.c \