]> git.proxmox.com Git - mirror_frr.git/commitdiff
vrrpd: Allow it to be built in directory
authorDonald Sharp <sharpd@nvidia.com>
Fri, 11 Mar 2022 12:49:03 +0000 (07:49 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Fri, 11 Mar 2022 12:49:03 +0000 (07:49 -0500)
Looks like the bones were put in place but they
were slightly malformed.  Fix.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
vrrpd/Makefile

index 027c6ee1f809e7db132e0ae2d4361ad9eba66e34..0abb1a638172317328d93c28c68fe88e5914f963 100644 (file)
@@ -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