diff options
Diffstat (limited to 'package/sdl_sound/sdl_sound.mk')
-rw-r--r-- | package/sdl_sound/sdl_sound.mk | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/package/sdl_sound/sdl_sound.mk b/package/sdl_sound/sdl_sound.mk index 8ae625ee56..4ecf727e30 100644 --- a/package/sdl_sound/sdl_sound.mk +++ b/package/sdl_sound/sdl_sound.mk @@ -49,11 +49,4 @@ ifneq ($(BR2_PACKAGE_SDL_SOUND_PLAYSOUND),y) SDL_SOUND_POST_INSTALL_TARGET_HOOKS += SDL_SOUND_REMOVE_PLAYSOUND endif -# target shared libs doesn't get removed by make uninstall if the .la -# files are removed -define SDL_SOUND_UNINSTALL_TARGET_CMDS - $(MAKE) DESTDIR=$(TARGET_DIR) uninstall -C $(@D) - rm -f $(TARGET_DIR)/usr/lib/libSDL_sound*so* -endef - $(eval $(autotools-package)) |