diff options
Diffstat (limited to 'openwrt/package/libao/Makefile')
-rw-r--r-- | openwrt/package/libao/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/libao/Makefile b/openwrt/package/libao/Makefile index 44d010cc78..2dbe94ac95 100644 --- a/openwrt/package/libao/Makefile +++ b/openwrt/package/libao/Makefile @@ -87,8 +87,8 @@ uninstall-dev: $(STAGING_DIR)/usr/lib/libao.so* \ $(STAGING_DIR)/usr/lib/pkgconfig/ao.pc \ -compile: install-dev -clean: uninstall-dev +compile-targets: install-dev +clean-targets: uninstall-dev mostlyclean: -$(MAKE) -C $(PKG_BUILD_DIR) clean |