]> git.sur5r.net Git - openldap/commitdiff
Do not end a potentially last line of a Makefile statement with '\'.
authorHallvard Furuseth <hallvard@openldap.org>
Mon, 26 Mar 2007 22:16:45 +0000 (22:16 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Mon, 26 Mar 2007 22:16:45 +0000 (22:16 +0000)
servers/slapd/overlays/Makefile.in

index a6d04ee1d983ed3b2a07c72dfedb8e95f2559b92..e50b44d6f8638573b0cbcbf0dd4b1f0f1914d0b5 100644 (file)
@@ -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...