From 7cad4a0c5d9a298cc90df4a5314447169fdecbb0 Mon Sep 17 00:00:00 2001 From: suyuan <175338101@qq.com> Date: Sat, 26 Nov 2022 00:37:52 +0800 Subject: [PATCH] Update Makefile --- shortcut-fe/shortcut-fe/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shortcut-fe/shortcut-fe/Makefile b/shortcut-fe/shortcut-fe/Makefile index fe648e035..1abaefd81 100644 --- a/shortcut-fe/shortcut-fe/Makefile +++ b/shortcut-fe/shortcut-fe/Makefile @@ -82,7 +82,7 @@ define Build/InstallDev $(INSTALL_DIR) $(1)/usr/include $(INSTALL_DIR) $(1)/usr/include/shortcut-fe $(CP) -rf $(PKG_BUILD_DIR)/sfe.h $(1)/usr/include/shortcut-fe - $(CP) -rf $(PKG_BUILD_DIR)/sfe.h $(1)/usr/include + $(CP) -rf $(PKG_BUILD_DIR)/sfe.h $(1)/usr/fast-classifier $(CP) -rf $(PKG_BUILD_DIR)/sfe_backport.h $(1)/usr/include endef endif