diff options
Diffstat (limited to 'package/wipe')
-rw-r--r-- | package/wipe/wipe.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/wipe/wipe.mk b/package/wipe/wipe.mk index ec1b692a9..289102f25 100644 --- a/package/wipe/wipe.mk +++ b/package/wipe/wipe.mk @@ -19,4 +19,4 @@ define WIPE_UNINSTALL_TARGET_CMDS rm -f $(TARGET_DIR)/usr/share/man/man1/wipe.1 endef -$(eval $(call AUTOTARGETS)) +$(eval $(autotools-package)) |