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