Do not end a potentially last line of a Makefile statement with '\'.

This commit is contained in:
Hallvard Furuseth 2007-03-26 22:16:45 +00:00
parent c49812bf6f
commit 4667f18253

View 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...