From 4ed719e4276f48c4b0253f1eb4e6b262a027df3f Mon Sep 17 00:00:00 2001 From: suyuan <175338101@qq.com> Date: Sat, 26 Nov 2022 00:51:20 +0800 Subject: [PATCH] Update Makefile --- shortcut-fe/shortcut-fe/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/shortcut-fe/shortcut-fe/Makefile b/shortcut-fe/shortcut-fe/Makefile index 13bba0229..fe648e035 100644 --- a/shortcut-fe/shortcut-fe/Makefile +++ b/shortcut-fe/shortcut-fe/Makefile @@ -81,9 +81,8 @@ ifneq ($(CONFIG_PACKAGE_kmod-shortcut-fe)$(CONFIG_PACKAGE_kmod-shortcut-fe-cm),) define Build/InstallDev $(INSTALL_DIR) $(1)/usr/include $(INSTALL_DIR) $(1)/usr/include/shortcut-fe - $(INSTALL_DIR) $(1)/usr/include/fast-classifier $(CP) -rf $(PKG_BUILD_DIR)/sfe.h $(1)/usr/include/shortcut-fe - $(CP) -rf $(PKG_BUILD_DIR)/sfe.h $(1)/usr/include/fast-classifier + $(CP) -rf $(PKG_BUILD_DIR)/sfe.h $(1)/usr/include $(CP) -rf $(PKG_BUILD_DIR)/sfe_backport.h $(1)/usr/include endef endif