mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-11 05:17:44 +03:00
build-sys: avoid duplication of macro definition
TEST_DIR is already defined in AM_CFLAGS
This commit is contained in:
parent
bc9992978c
commit
b36bf0f361
@ -1765,8 +1765,7 @@ test_cgroup_mask_SOURCES = \
|
||||
src/test/test-cgroup-mask.c
|
||||
|
||||
test_cgroup_mask_CPPFLAGS = \
|
||||
$(AM_CPPFLAGS) \
|
||||
-DTEST_DIR=\"$(abs_top_srcdir)/test\"
|
||||
$(AM_CPPFLAGS)
|
||||
|
||||
test_cgroup_mask_CFLAGS = \
|
||||
$(AM_CFLAGS) \
|
||||
@ -1844,8 +1843,7 @@ test_sched_prio_SOURCES = \
|
||||
src/test/test-sched-prio.c
|
||||
|
||||
test_sched_prio_CPPFLAGS = \
|
||||
$(AM_CPPFLAGS) \
|
||||
-DTEST_DIR=\"$(abs_top_srcdir)/test\"
|
||||
$(AM_CPPFLAGS)
|
||||
|
||||
test_sched_prio_CFLAGS = \
|
||||
$(AM_CFLAGS) \
|
||||
|
Loading…
Reference in New Issue
Block a user