Skip to content

Commit

Permalink
print out the correct name
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Apr 22, 2019
1 parent eadec59 commit 6eda517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/all.mk
Expand Up @@ -29,7 +29,7 @@ src/freeradius-devel: | src/include/${1}

src/include/${1}:
$${Q}[ -e $$@ ] || ln -sf $${top_srcdir}/src/protocols/${1} $$@
@echo LN-SF src/lib/${1} $$@
@echo LN-SF src/protocols/${1} $$@

install.src.include: $(addprefix ${SRC_INCLUDE_DIR}/${1}/,$(notdir $(wildcard src/protocols/${1}/*.h)))
endef
Expand Down

0 comments on commit 6eda517

Please sign in to comment.