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