diff options
Diffstat (limited to 'package/jpeg/Makefile')
-rw-r--r-- | package/jpeg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/jpeg/Makefile b/package/jpeg/Makefile index bcd7a65fc..dbd2bd4ad 100644 --- a/package/jpeg/Makefile +++ b/package/jpeg/Makefile @@ -82,6 +82,6 @@ uninstall-dev: $(STAGING_DIR)/usr/include/j{config,error,morecfg}.h \ $(STAGING_DIR)/usr/lib/libjpeg.{a,so*} \ -compile: install-dev -clean: uninstall-dev +compile-targets: install-dev +clean-targets: uninstall-dev |