diff options
Diffstat (limited to 'package/multimedia')
-rw-r--r-- | package/multimedia/mplayer/mplayer.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/multimedia/mplayer/mplayer.mk b/package/multimedia/mplayer/mplayer.mk index 50afcfbd0..6e03cff1d 100644 --- a/package/multimedia/mplayer/mplayer.mk +++ b/package/multimedia/mplayer/mplayer.mk @@ -71,7 +71,7 @@ $(MPLAYER_DIR)/.configured: $(MPLAYER_DIR)/.unpacked touch $@ $(MPLAYER_DIR)/$(MPLAYER_BINARY): $(MPLAYER_DIR)/.configured - $(MAKE) -C $(MPLAYER_DIR) + $(MAKE1) -C $(MPLAYER_DIR) touch -c $@ $(TARGET_DIR)/$(MPLAYER_TARGET_BINARY): $(MPLAYER_DIR)/$(MPLAYER_BINARY) |