X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=tools%2Fsstrip%2FMakefile;h=045d080785a5acef3187c348511d91443144deaa;hb=058469de8e3a73e39687056598a1d0b51b7e57a8;hp=ea4c3e880f056ff3bb58da76d101c8e7e849dbde;hpb=ba750f41415e70d6ba5c2be99a91eee6519513ba;p=openwrt.git diff --git a/tools/sstrip/Makefile b/tools/sstrip/Makefile index ea4c3e880f..045d080785 100644 --- a/tools/sstrip/Makefile +++ b/tools/sstrip/Makefile @@ -11,7 +11,7 @@ PKG_NAME:=sstrip include $(INCLUDE_DIR)/host-build.mk define Host/Compile - $(HOSTCC) $(HOST_CFLAGS) -I./include -include endian.h $(HOST_STATIC_LINKING) -o $(HOST_BUILD_DIR)/sstrip src/sstrip.c + $(HOSTCC) $(HOST_CFLAGS) -include endian.h $(HOST_STATIC_LINKING) -o $(HOST_BUILD_DIR)/sstrip src/sstrip.c endef define Host/Install