diff options
Diffstat (limited to 'openwrt/package/cups')
-rw-r--r-- | openwrt/package/cups/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/cups/Makefile b/openwrt/package/cups/Makefile index ef921ed88..8f75ba17a 100644 --- a/openwrt/package/cups/Makefile +++ b/openwrt/package/cups/Makefile @@ -111,6 +111,6 @@ uninstall-dev: $(STAGING_DIR)/usr/include/cups \ $(STAGING_DIR)/usr/lib/libcups.{a,so*} -compile: install-dev -clean: uninstall-dev +compile-targets: install-dev +clean-targets: uninstall-dev |