mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
HP-UX make doesn't like continuations to empty lines
This commit is contained in:
parent
2231d5e64e
commit
f6369e030a
1 changed files with 1 additions and 3 deletions
|
|
@ -145,9 +145,7 @@ SLAPD_SQL_LDFLAGS = @SLAPD_SQL_LDFLAGS@
|
|||
SLAPD_SQL_INCLUDES = @SLAPD_SQL_INCLUDES@
|
||||
SLAPD_SQL_LIBS = @SLAPD_SQL_LIBS@
|
||||
|
||||
SLAPD_LIBS = @SLAPD_LIBS@ \
|
||||
@SLAPD_PERL_LDFLAGS@ \
|
||||
@SLAPD_SQL_LDFLAGS@ @SLAPD_SQL_LIBS@
|
||||
SLAPD_LIBS = @SLAPD_LIBS@ @SLAPD_PERL_LDFLAGS@ @SLAPD_SQL_LDFLAGS@ @SLAPD_SQL_LIBS@
|
||||
SLURPD_LIBS = @SLURPD_LIBS@
|
||||
|
||||
# Our Defaults
|
||||
|
|
|
|||
Loading…
Reference in a new issue