Update udev-lfs Makefile for Systemd-198

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10205 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2013-03-13 19:26:34 +00:00
parent 86ec58cb28
commit b4c6ce2fd5

View File

@ -4,8 +4,8 @@
# vim: tabstop=3
SHELL=/bin/bash
SYSTEMD_VERSION=197
VERSION=197-2
SYSTEMD_VERSION=198
VERSION=198-1
ifeq ($(V),)
VB = @
@ -80,7 +80,9 @@ COMMON_SRCS = log.c \
dev-setup.c \
sd-login.c \
sd-daemon.c \
time-util.c
time-util.c \
fileio.c \
strxcpyx.c
COMMON_OBJS := $(addprefix build/, $(COMMON_SRCS:.c=.o))