mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
Fix ucl-related makefiles
Change-Id: I5f2f896d34c242c9b365bd8ea823fa89647a366d
This commit is contained in:
parent
fbb8c31e63
commit
f0ecce9ee5
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
# \/ \/ \/ \/ \/
|
||||
# $Id$
|
||||
#
|
||||
CFLAGS+ = -O2 -Iinclude
|
||||
CFLAGS+= -O2 -Iinclude
|
||||
|
||||
TARGET = ../uclpack
|
||||
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue