diff -r 08018864fb91 -r 9d3dea320d8e test/Makefile --- a/test/Makefile Thu Feb 28 08:50:24 2013 +0100 +++ b/test/Makefile Fri Jun 21 10:27:03 2013 +0200 @@ -42,11 +42,11 @@ all: ../build/test1 ../build/test1: $(OBJ) - $(LD) $(LDFLAGS) $(LOFLAGS)../build/test$(APP_EXT) $(OBJ) \ + $(LD) $(LDFLAGS) $(LOFLAGS) ../build/test$(APP_EXT) $(OBJ) \ ../build/libucx.$(LIB_EXT) ../build/%.$(OBJ_EXT): %.c ../build - $(CC) $(CFLAGS) -I../ $(COFLAGS)$@ $< + $(CC) $(CFLAGS) -I../ $(COFLAGS) $@ $< ../build: mkdir -p build