From: Daniel Hobi Date: Fri, 24 Jun 2011 12:09:46 +0000 (+0200) Subject: infrastructure: remove leftover of old style hooks X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=76b128f11c07d62654928e597747fe972c079ca7;p=buildroot.git infrastructure: remove leftover of old style hooks Commit ae2be8d (infrastructure: remove support for old style hooks) forgot to update an uninstall rule. Cc: Thomas Petazzoni Signed-off-by: Daniel Hobi Signed-off-by: Peter Korsgaard --- diff --git a/package/Makefile.package.in b/package/Makefile.package.in index bf4e1b49a3..4bd40ba530 100644 --- a/package/Makefile.package.in +++ b/package/Makefile.package.in @@ -324,7 +324,7 @@ $(BUILD_DIR)/%/.stamp_uninstalled: $($(PKG)_UNINSTALL_STAGING_CMDS) rm -f $($(PKG)_TARGET_INSTALL_STAGING) $($(PKG)_UNINSTALL_TARGET_CMDS) - rm -f $($(PKG)_TARGET_INSTALL_TARGET) $($(PKG)_HOOK_POST_INSTALL) + rm -f $($(PKG)_TARGET_INSTALL_TARGET) # Remove package sources $(BUILD_DIR)/%/.stamp_dircleaned: