mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 11:39:34 -05:00
Do not end a potentially last line of a Makefile statement with '\'.
This commit is contained in:
parent
c49812bf6f
commit
4667f18253
1 changed files with 3 additions and 3 deletions
|
|
@ -30,9 +30,9 @@ SRCS = overlays.c \
|
|||
translucent.c \
|
||||
unique.c \
|
||||
valsort.c
|
||||
OBJS = overlays.o \
|
||||
statover.o \
|
||||
@SLAPD_STATIC_OVERLAYS@
|
||||
OBJS = statover.o \
|
||||
@SLAPD_STATIC_OVERLAYS@ \
|
||||
overlays.o
|
||||
|
||||
# Add here the objs that are needed by overlays, but do not make it
|
||||
# into SLAPD_STATIC_OVERLAYS...
|
||||
|
|
|
|||
Loading…
Reference in a new issue