diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-12-08 23:14:31 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2013-12-08 23:39:48 +0100 |
commit | 66eecfa7bd2b6f6877c1c5df8635ca13e2866db7 (patch) | |
tree | 331713dba55d7afd2877d9207cb85120b691d974 | |
parent | 3e12e02a70a7a9634546b477854deba51e1386b3 (diff) |
dialog: remove useless POST_CLEAN command
For some reason, the dialog package has a DIALOG_POST_CLEAN variable,
which doesn't match any of the variables understood by the
infrastructure. This commit gets rid of it.
This was noticed while reviewing the packaging of python-dialog.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/dialog/dialog.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/package/dialog/dialog.mk b/package/dialog/dialog.mk index 06379f2c5..9846fd38b 100644 --- a/package/dialog/dialog.mk +++ b/package/dialog/dialog.mk @@ -21,9 +21,4 @@ define DIALOG_INSTALL_TARGET_CMDS install -c $(@D)/dialog $(TARGET_DIR)/usr/bin/dialog endef -define DIALOG_POST_CLEAN - -$(MAKE) -C $(@D) clean - rm -f $(TARGET_DIR)/usr/bin/dialog -endef - $(eval $(autotools-package)) |