Revert bad patch of mpg123

This commit is contained in:
Ulf Samuelsson 2007-08-01 08:54:56 +00:00
parent cc04e4e27a
commit 419cdf292e

View File

@ -56,9 +56,7 @@ $(TARGET_DIR)/$(MPG123_TARGET_BIN): $(MPG123_DIR)/$(MPG123_BIN)
mpg123: uclibc $(MPG123_ALSA_DEP) $(TARGET_DIR)/$(MPG123_TARGET_BIN)
mpg123-clean:
@if [ -d $(MPG123_DIR)/Makefile ] ; then \
$(MAKE) -C $(MPG123_DIR) clean ; \
fi;
-$(MAKE) -C $(MPG123_DIR) clean
mpg123-dirclean:
rm -rf $(MPG123_DIR) $(MPG123_DIR)