Skip to content

Commit

Permalink
vrrpd: Allow it to be built in directory
Browse files Browse the repository at this point in the history
Looks like the bones were put in place but they
were slightly malformed.  Fix.

Signed-off-by: Donald Sharp <[email protected]>
  • Loading branch information
donaldsharp committed Mar 11, 2022
1 parent 64fac78 commit 542e7df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vrrpd/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 542e7df

Please sign in to comment.