WPA_DISTDIR does not need to end in a slash
Since all uses of the macro also append a slash, this leads to double slashes. MFC after: 3 days
This commit is contained in:
parent
c0817e2aba
commit
9917049b60
@ -6,7 +6,7 @@ BINDIR?= /usr/sbin
|
||||
|
||||
WARNS?= 0
|
||||
|
||||
WPA_DISTDIR?= ${SRCTOP}/contrib/wpa/
|
||||
WPA_DISTDIR?= ${SRCTOP}/contrib/wpa
|
||||
WPA_SUPPLICANT_DISTDIR?=${WPA_DISTDIR}/wpa_supplicant
|
||||
HOSTAPD_DISTDIR?= ${WPA_DISTDIR}/hostapd
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user