Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/lib/dhcp_relay/ut/unit.mk
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ UNIT_DEPS += src/lib/dhcp_relay
UNIT_DEPS += src/lib/unit_test_utils

# Ensure the required file is copied in its correct location
$(UNIT_BUILD)/.target: /tmp/dhcp_relay.conf
/tmp/dhcp_relay.conf: $(UNIT_PATH)/dhcp_relay.conf FORCE_DHCP_RELAY_CONF
$(UNIT_BUILD)/.target: $(UNIT_BUILD)/dhcp_relay.conf
$(UNIT_BUILD)/dhcp_relay.conf: $(UNIT_PATH)/dhcp_relay.conf FORCE_DHCP_RELAY_CONF
${NQ} " $(call color_copy,copy) [$(call COLOR_BOLD,dhcp_relay.conf)] -> $@"
${Q} cp $< $@
FORCE_DHCP_RELAY_CONF: