From bb57e0c3bc3958cd0b05fa2266999f850f502e1c Mon Sep 17 00:00:00 2001 From: juhosg Date: Thu, 27 Mar 2014 07:04:23 +0000 Subject: [PATCH] packages/aircrack-ptw: fix whitespaces Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/packages@40137 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/aircrack-ptw/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/aircrack-ptw/Makefile b/net/aircrack-ptw/Makefile index 5dacde151..1aad95af0 100644 --- a/net/aircrack-ptw/Makefile +++ b/net/aircrack-ptw/Makefile @@ -34,7 +34,7 @@ define Build/Compile $(TARGET_LDFLAGS) \ -lpcap -o $(PKG_BUILD_DIR)/aircrack-ptw \ $(PKG_BUILD_DIR)/aircrack-ptw.c \ - $(PKG_BUILD_DIR)/aircrack-ptw-lib.c + $(PKG_BUILD_DIR)/aircrack-ptw-lib.c endef define Package/aircrack-ptw/install