From: Alan T. DeKok Date: Fri, 11 Nov 2016 00:19:05 +0000 (-0500) Subject: make correct soft links X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=705b3799016623e668569a4a84dfa3fa85bdb474;p=thirdparty%2Ffreeradius-server.git make correct soft links --- diff --git a/src/include/all.mk b/src/include/all.mk index 2becbb6d71d..9bffd9d272a 100644 --- a/src/include/all.mk +++ b/src/include/all.mk @@ -130,12 +130,9 @@ src/include/radpaths.h: src/include/build-radpaths-h src/freeradius-devel: ${Q}[ -e $@ ] || ln -s include $@ -# -# Create subdirectories -# -.PHONY: $(INCLUDE_SUBDIRS) -$(INCLUDE_SUBDIRS): - @ln -sf ${top_srcdir}/src/$(notdir $@) $@ +.PHONY: src/include/util +src/include/util: + @ln -sf ${top_srcdir}/src/util ${top_srcdir}/src/include/util # # Ensure we set up the build environment