fix '/include/openbsc ' to have no trailing space

The newline and $NULL manage to append a trailing space to the 'openbsc' dir.

This was broken in commit 7b6673fa06
"Consistenly format variables in */Makefile.am files"
by Change-Id Ifa21513c007072314097b7bec188579972dc1694

Add a comment to prevent this in the future.

Reported-by: Andreas Mueller <andreas.mueller@criticallabs.org>
Change-Id: I218027459e3b2aaa817d91eb3f69d9c0b10dcd4e
This commit is contained in:
Neels Hofmeyr 2017-05-15 21:26:51 +02:00
parent 71124de33c
commit 9f77d7bd0e
1 changed files with 3 additions and 3 deletions

View File

@ -93,6 +93,6 @@ openbsc_HEADERS = \
meas_rep.h \
$(NULL)
openbscdir = \
$(includedir)/openbsc \
$(NULL)
# DO NOT add a newline and '$(NULL)' to this line. That would add a trailing
# space to the directory installed: $prefix/include/'openbsc '
openbscdir = $(includedir)/openbsc