From: Gabor Juhos Date: Thu, 27 Mar 2014 07:04:23 +0000 (+0000) Subject: packages/aircrack-ptw: fix whitespaces X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=ebee0ae26f3afe4b63ed915d396b2e0a8ba4d483;p=openwrt%2Fsvn-archive%2Farchive.git packages/aircrack-ptw: fix whitespaces Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos SVN-Revision: 40137 --- diff --git a/net/aircrack-ptw/Makefile b/net/aircrack-ptw/Makefile index 5dacde151e..1aad95af04 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