diff options
author | Daniel Hobi <daniel.hobi@schmid-telecom.ch> | 2011-06-24 14:09:46 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-07-06 07:21:08 +0200 |
commit | 76b128f11c07d62654928e597747fe972c079ca7 (patch) | |
tree | 877d2af94f827d794fb55bc4ea14521e81e69779 /package | |
parent | 0387830b2e6c6cb2513802b8abe86914d49f605c (diff) | |
download | buildroot-novena-76b128f11c07d62654928e597747fe972c079ca7.tar.gz buildroot-novena-76b128f11c07d62654928e597747fe972c079ca7.zip |
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 <thomas.petazzoni@free-electrons.com>
Signed-off-by: Daniel Hobi <daniel.hobi@schmid-telecom.ch>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package')
-rw-r--r-- | package/Makefile.package.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/Makefile.package.in b/package/Makefile.package.in index bf4e1b49a..4bd40ba53 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: |