summaryrefslogtreecommitdiff
path: root/vrrpd
diff options
context:
space:
mode:
Diffstat (limited to 'vrrpd')
-rw-r--r--vrrpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/vrrpd/Makefile b/vrrpd/Makefile
index 027c6ee1f8..0abb1a6381 100644
--- a/vrrpd/Makefile
+++ b/vrrpd/Makefile
@@ -1,7 +1,7 @@
all: ALWAYS
- @$(MAKE) -s -C .. vrrp/vrrp
+ @$(MAKE) -s -C .. vrrpd/vrrpd
%: ALWAYS
- @$(MAKE) -s -C .. vrrp/$@
+ @$(MAKE) -s -C .. vrrpd/$@
Makefile:
#nothing