1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-25 01:34:28 +03:00

build-sys: fix += vs = in Makefile

This commit is contained in:
Lennart Poettering 2013-10-18 14:21:36 +02:00
parent 1daf812152
commit 58c5d4215a

View File

@ -2995,7 +2995,7 @@ libsystemd_journal_la_CFLAGS += \
libsystemd_journal_la_LIBADD += \
$(XZ_LIBS)
libsystemd_journal_internal_la_CFLAGS = \
libsystemd_journal_internal_la_CFLAGS += \
$(XZ_CFLAGS)
libsystemd_journal_internal_la_LIBADD += \