1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Update Makefile

This commit is contained in:
suyuan 2022-11-26 00:37:52 +08:00
parent c260f06357
commit 7cad4a0c5d

View file

@ -82,7 +82,7 @@ define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/include $(INSTALL_DIR) $(1)/usr/include
$(INSTALL_DIR) $(1)/usr/include/shortcut-fe $(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/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 $(CP) -rf $(PKG_BUILD_DIR)/sfe_backport.h $(1)/usr/include
endef endef
endif endif