Corrected missing dependency
[openwrt.git] / package / libvorbisidec / Makefile
index 6b78e74..4c1fc0b 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 2005/10/07 17:05:47 nico Exp $
+# $Id$
 
 include $(TOPDIR)/rules.mk
 
@@ -82,8 +82,8 @@ uninstall-dev:
                $(STAGING_DIR)/usr/lib/libvorbisidec.a \
                $(STAGING_DIR)/usr/lib/libvorbisidec.so* \
 
-compile: install-dev
-clean: uninstall-dev
+compile-targets: install-dev
+clean-targets: uninstall-dev
 
 mostlyclean:
        -$(MAKE) -C $(PKG_BUILD_DIR) clean
This page took 0.021743 seconds and 4 git commands to generate.