diff options
Diffstat (limited to 'package/sdl_sound/sdl_sound.mk')
-rw-r--r-- | package/sdl_sound/sdl_sound.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/sdl_sound/sdl_sound.mk b/package/sdl_sound/sdl_sound.mk index 0a0fe5bf3..707596739 100644 --- a/package/sdl_sound/sdl_sound.mk +++ b/package/sdl_sound/sdl_sound.mk @@ -55,4 +55,4 @@ define SDL_SOUND_UNINSTALL_TARGET_CMDS rm -f $(TARGET_DIR)/usr/lib/libSDL_sound*so* endef -$(eval $(call AUTOTARGETS,package,sdl_sound)) +$(eval $(call AUTOTARGETS)) |