diff options
Diffstat (limited to 'openwrt/package/libvorbis/Makefile')
-rw-r--r-- | openwrt/package/libvorbis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/libvorbis/Makefile b/openwrt/package/libvorbis/Makefile index 1054a7fcbb..dc7e5e09e0 100644 --- a/openwrt/package/libvorbis/Makefile +++ b/openwrt/package/libvorbis/Makefile @@ -95,8 +95,8 @@ uninstall-dev: $(STAGING_DIR)/usr/lib/libvorbis{,enc,file}.so* \ $(STAGING_DIR)/usr/lib/pkgconfig/vorbis{,enc,file}.pc \ -compile: install-dev -clean: uninstall-dev +compile-targets: install-dev +clean-targets: uninstall-dev mostlyclean: -$(MAKE) -C $(PKG_BUILD_DIR) clean |