| diff --git a/Makefile b/Makefile |
| index 57555db..b71e346 100644 |
| diff --git a/drm/Makefile b/drm/Makefile |
| index 418023d..5d12b54 100644 |
| --- a/drm/Makefile |
| +++ b/drm/Makefile |
| @@ -82,7 +82,6 @@ LD_FLAG_LIB = $(LD_FLAG) -shared $(LD_SUPPORT) -llog -ldrm |
| |
| $(CLIENT_LIB): $(OBJ_CLIENT_LIB) |
| $(CXX) -o $(OUT_DIR)/$@ $(patsubst %, $(OUT_DIR)/%, $^) $(LD_FLAG_LIB) |
| - cp -f $(OUT_DIR)/$(CLIENT_LIB) $(STAGING_DIR)/usr/lib |
| rm -f $(patsubst %, $(OUT_DIR)/%, $(OBJ_CLIENT_LIB)) |
| |
| .PHONY: install |
| diff --git a/weston/Makefile b/weston/Makefile |
| index 92c3670..dd6cf1c 100644 |
| --- a/weston/Makefile |
| +++ b/weston/Makefile |
| @@ -123,7 +123,6 @@ LD_FLAG_LIB = $(LD_FLAG) -shared $(LD_SUPPORT) -llog |
| |
| $(CLIENT_LIB): $(OBJ_CLIENT_LIB) |
| $(CXX) -o $(OUT_DIR)/$@ $(patsubst %, $(OUT_DIR)/%, $^) $(LD_FLAG_LIB) |
| - cp -f $(OUT_DIR)/$(CLIENT_LIB) $(STAGING_DIR)/usr/lib |
| |
| $(PROTOCOL_PATH)/%-protocol.c : $(PROTOCOL_PATH)/%.xml |
| echo $(@) |