diff options
| author | Frank Gevaerts <frank@gevaerts.be> | 2012-02-29 12:30:09 +0100 |
|---|---|---|
| committer | Frank Gevaerts <frank@gevaerts.be> | 2012-02-29 12:30:28 +0100 |
| commit | f0ecce9ee540591493b6d104d62f26fe73af0a73 (patch) | |
| tree | b39a3918394430c7ea98a0905aa4f5b020225505 /tools/ucl | |
| parent | fbb8c31e63f83dbba62ea32e6760c67a0d1fae2c (diff) | |
| download | rockbox-f0ecce9ee540591493b6d104d62f26fe73af0a73.zip rockbox-f0ecce9ee540591493b6d104d62f26fe73af0a73.tar.gz rockbox-f0ecce9ee540591493b6d104d62f26fe73af0a73.tar.bz2 rockbox-f0ecce9ee540591493b6d104d62f26fe73af0a73.tar.xz | |
Fix ucl-related makefiles
Change-Id: I5f2f896d34c242c9b365bd8ea823fa89647a366d
Diffstat (limited to 'tools/ucl')
| -rw-r--r-- | tools/ucl/Makefile | 2 | ||||
| -rw-r--r-- | tools/ucl/src/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/ucl/Makefile b/tools/ucl/Makefile index 166ce39..f22a862 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 8875522..8a73a53 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 \ |