mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5106 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -27,6 +27,6 @@ $(UTILS_BUILD_DIR):
|
||||
mkdir -p $(UTILS_BUILD_DIR)
|
||||
|
||||
$(UTILS_BUILD_DIR)/%: src/%.c
|
||||
$(CC) -O2 -I $(STAGING_DIR)/include-host -o $@ $(patsubst $(UTILS_BUILD_DIR)/%,src/%.c,$@)
|
||||
$(CC) -O2 -I $(STAGING_DIR)/include-host -include endian.h -o $@ $(patsubst $(UTILS_BUILD_DIR)/%,src/%.c,$@)
|
||||
chmod 755 $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user