dialog: remove useless POST_CLEAN command
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 8 Dec 2013 22:14:31 +0000 (23:14 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 8 Dec 2013 22:39:48 +0000 (23:39 +0100)
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>
package/dialog/dialog.mk

index 06379f2c5024dc117c03e89b4ae48e1d5df13911..9846fd38bf3bb418464f1d350ed489c3d5ce87c6 100644 (file)
@@ -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))