From 8fa65f520ab4b755b4fb39f07e2ce4ec4a111100 Mon Sep 17 00:00:00 2001 From: juhosg Date: Thu, 27 Mar 2014 07:05:25 +0000 Subject: [PATCH] packages/nuttcp: fix whitespaces Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/packages@40201 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/nuttcp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/nuttcp/Makefile b/net/nuttcp/Makefile index 72404446c..cbdbc7df6 100644 --- a/net/nuttcp/Makefile +++ b/net/nuttcp/Makefile @@ -54,7 +54,7 @@ define Package/nuttcp-xinetd/description $(call Package/nuttcp/Default/description) This package contains the nuttcp xinetd service files. endef - + MAKE_FLAGS += \ APP="nuttcp" \ OPT="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS) -Wall"