Fix ucl-related makefiles

Change-Id: I5f2f896d34c242c9b365bd8ea823fa89647a366d
This commit is contained in:
Frank Gevaerts 2012-02-29 12:30:09 +01:00
parent fbb8c31e63
commit f0ecce9ee5
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
# \/ \/ \/ \/ \/
# $Id$
#
CFLAGS+ = -O2 -Iinclude
CFLAGS+= -O2 -Iinclude
TARGET = ../uclpack

View file

@ -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 \