diff options
Diffstat (limited to 'package/tcp_wrappers')
-rw-r--r-- | package/tcp_wrappers/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/tcp_wrappers/Makefile b/package/tcp_wrappers/Makefile index cb24ed527..cbd68d4f6 100644 --- a/package/tcp_wrappers/Makefile +++ b/package/tcp_wrappers/Makefile @@ -60,5 +60,5 @@ uninstall-dev: $(STAGING_DIR)/usr/include/tcpd.h \ $(STAGING_DIR)/usr/lib/libwrap.{a,so*} \ -compile: install-dev -clean: uninstall-dev +compile-targets: install-dev +clean-targets: uninstall-dev |