summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2005-01-22 23:08:54 +0000
committerBart De Schuymer <bdschuym@pandora.be>2005-01-22 23:08:54 +0000
commita43530aa76cfdd2d1fdb70d51da792763d697b8f (patch)
treeb06d078a6ec66b10cdfb20358f748cbb55042304 /Makefile
parent47962868b6fe036952931dc71671894a923aad1b (diff)
set pipe dir right
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 671de96..025ce8a 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ KERNEL_INCLUDES?=include/
ETHERTYPESPATH?=$(ETCDIR)
ETHERTYPESFILE:=$(ETHERTYPESPATH)/ethertypes
-PIPE_DIR?=.
+PIPE_DIR?=/tmp/$(PROGNAME)-v$(PROGVERSION)
PIPE=$(PIPE_DIR)/ebtablesd_pipe
EBTD_CMDLINE_MAXLN?=2048
EBTD_ARGC_MAX?=50