summaryrefslogtreecommitdiff
path: root/package/sdl_mixer
diff options
context:
space:
mode:
authorThomas De Schampheleire <patrickdepinguin@gmail.com>2013-12-07 10:16:49 +0100
committerPeter Korsgaard <peter@korsgaard.com>2013-12-08 19:42:34 +0100
commit3d86d29bf05663ab170c9f8cf44ab691b722f7fb (patch)
tree74c34da2118fb18f2149b900e20da2900e29518f /package/sdl_mixer
parent47e82829c25657b2e6413802dcd1020c15084d31 (diff)
packages: remove package clean commands
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/sdl_mixer')
-rw-r--r--package/sdl_mixer/sdl_mixer.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/package/sdl_mixer/sdl_mixer.mk b/package/sdl_mixer/sdl_mixer.mk
index a192b5a3d..b7a242f13 100644
--- a/package/sdl_mixer/sdl_mixer.mk
+++ b/package/sdl_mixer/sdl_mixer.mk
@@ -38,10 +38,4 @@ define SDL_MIXER_INSTALL_TARGET_CMDS
cp -dpf $(STAGING_DIR)/usr/lib/libSDL_mixer*.so* $(TARGET_DIR)/usr/lib/
endef
-define SDL_MIXER_CLEAN_CMDS
- rm -f $(TARGET_DIR)/usr/lib/libSDL_mixer*.so*
- -$(MAKE) DESTDIR=$(STAGING_DIR) -C $(@D) uninstall
- -$(MAKE) -C $(@D) clean
-endef
-
$(eval $(autotools-package))