diff -r f08fa6308d1f -r a54115d554f7 ucx/Makefile --- a/ucx/Makefile Fri Jun 21 10:50:50 2013 +0200 +++ b/ucx/Makefile Fri Jun 21 11:18:24 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