summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2013-02-05 23:28:51 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2013-02-05 23:28:51 +0100
commit042e0b54f91c71594fd09731d1cc3173b65dad1c (patch)
tree3626b958883eab15e6e4b7978a798669054f9aef
parentcd88dae7e667c5ef8ef4c3fa2e5c65568efbf2e5 (diff)
downloadbuildroot-novena-042e0b54f91c71594fd09731d1cc3173b65dad1c.tar.gz
buildroot-novena-042e0b54f91c71594fd09731d1cc3173b65dad1c.zip
sdl: use default autotools target-install
Fixes http://autobuild.buildroot.org/results/c950d7920d384cb0d37403cbe8344691d4231a1a The normal 'make install' is perfectly fine, and it also works for static builds. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r--package/sdl/sdl.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/sdl/sdl.mk b/package/sdl/sdl.mk
index 139312f17..4786dc5d7 100644
--- a/package/sdl/sdl.mk
+++ b/package/sdl/sdl.mk
@@ -70,8 +70,4 @@ endef
SDL_POST_INSTALL_STAGING_HOOKS+=SDL_FIXUP_SDL_CONFIG
-define SDL_INSTALL_TARGET_CMDS
- cp -dpf $(STAGING_DIR)/usr/lib/libSDL*.so* $(TARGET_DIR)/usr/lib/
-endef
-
$(eval $(autotools-package))