From: Hallvard Furuseth Date: Mon, 26 Mar 2007 22:16:45 +0000 (+0000) Subject: Do not end a potentially last line of a Makefile statement with '\'. X-Git-Tag: OPENLDAP_REL_ENG_2_4_MP~573 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4667f182530cbd5be477e6b32147cd88f661bb03;p=openldap Do not end a potentially last line of a Makefile statement with '\'. --- diff --git a/servers/slapd/overlays/Makefile.in b/servers/slapd/overlays/Makefile.in index a6d04ee1d9..e50b44d6f8 100644 --- a/servers/slapd/overlays/Makefile.in +++ b/servers/slapd/overlays/Makefile.in @@ -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...