diff -r 08018864fb91 -r 9d3dea320d8e ucx/Makefile --- a/ucx/Makefile Thu Feb 28 08:50:24 2013 +0100 +++ b/ucx/Makefile Fri Jun 21 10:27:03 2013 +0200 @@ -45,10 +45,10 @@ all: libucx libucx: $(OBJ) - $(AR) $(ARFLAGS) $(AOFLAGS)../build/libucx.$(LIB_EXT) $(OBJ) + $(AR) $(ARFLAGS) $(AOFLAGS) ../build/libucx.$(LIB_EXT) $(OBJ) ../build/%.$(OBJ_EXT): %.c ../build - $(CC) $(CFLAGS) $(COFLAGS)$@ $< + $(CC) $(CFLAGS) $(COFLAGS) $@ $< ../build: mkdir -p ../build