From: Kurt Zeilenga Date: Mon, 4 Dec 2000 20:19:40 +0000 (+0000) Subject: HP-UX make doesn't like continuations to empty lines X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~1633 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f6369e030af08d8ca83c4edab25022868be40eb7;p=openldap HP-UX make doesn't like continuations to empty lines --- diff --git a/build/top.mk b/build/top.mk index b2a1d80f7e..3d2f5e3512 100644 --- a/build/top.mk +++ b/build/top.mk @@ -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