diff options
Diffstat (limited to 'package/make/Makefile')
-rw-r--r-- | package/make/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/make/Makefile b/package/make/Makefile index ab8a92976..3606076ad 100644 --- a/package/make/Makefile +++ b/package/make/Makefile @@ -16,7 +16,7 @@ include $(TOPDIR)/mk/package.mk $(eval $(call PKG_template,MAKE,make,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) -post-install: +make-install: $(INSTALL_DIR) $(IDIR_MAKE)/usr/bin $(INSTALL_BIN) $(WRKINST)/usr/bin/make $(IDIR_MAKE)/usr/bin |