From d10902f55ae7aed2eeffedcd29d8ced80ec903ba Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 7 Jun 2016 02:38:08 -0400 Subject: Makefile tidy --- src/libsystemd/libsystemd-internal/Makefile | 10 +++++----- src/libsystemd/libsystemd-internal/subdir.mk | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) (limited to 'src/libsystemd/libsystemd-internal') diff --git a/src/libsystemd/libsystemd-internal/Makefile b/src/libsystemd/libsystemd-internal/Makefile index 76818c80cf..5ac7825bd0 100644 --- a/src/libsystemd/libsystemd-internal/Makefile +++ b/src/libsystemd/libsystemd-internal/Makefile @@ -256,10 +256,10 @@ automake_sources = $(addprefix $(outdir)/,$(notdir $($(automake_name)_SOURCES) $ at.subdirs += $(_subdirs) at.depdirs += $(topoutdir)/src/libbasic -AM_CPPFLAGS += $(libsystemd.CPPFLAGS) -AM_CPPFLAGS += $(libbasic.CPPFLAGS) -AM_CPPFLAGS += $(libshared.CPPFLAGS) -AM_CPPFLAGS += -DLIBDIR=\"$(libdir)\" -AM_CPPFLAGS += -DUDEVLIBEXECDIR=\"$(udevlibexecdir)\" +systemd.CPPFLAGS += $(libsystemd.CPPFLAGS) +systemd.CPPFLAGS += $(libbasic.CPPFLAGS) +systemd.CPPFLAGS += $(libshared.CPPFLAGS) +systemd.CPPFLAGS += -DLIBDIR=\"$(libdir)\" +systemd.CPPFLAGS += -DUDEVLIBEXECDIR=\"$(udevlibexecdir)\" include $(topsrcdir)/build-aux/Makefile.tail.mk diff --git a/src/libsystemd/libsystemd-internal/subdir.mk b/src/libsystemd/libsystemd-internal/subdir.mk index 96b7145434..9ec814aa70 100644 --- a/src/libsystemd/libsystemd-internal/subdir.mk +++ b/src/libsystemd/libsystemd-internal/subdir.mk @@ -1,10 +1,10 @@ include $(dir $(lastword $(MAKEFILE_LIST)))/../../../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk -AM_CPPFLAGS += $(libsystemd.CPPFLAGS) -AM_CPPFLAGS += $(libbasic.CPPFLAGS) -AM_CPPFLAGS += $(libshared.CPPFLAGS) -AM_CPPFLAGS += -DLIBDIR=\"$(libdir)\" -AM_CPPFLAGS += -DUDEVLIBEXECDIR=\"$(udevlibexecdir)\" +systemd.CPPFLAGS += $(libsystemd.CPPFLAGS) +systemd.CPPFLAGS += $(libbasic.CPPFLAGS) +systemd.CPPFLAGS += $(libshared.CPPFLAGS) +systemd.CPPFLAGS += -DLIBDIR=\"$(libdir)\" +systemd.CPPFLAGS += -DUDEVLIBEXECDIR=\"$(udevlibexecdir)\" include $(topsrcdir)/build-aux/Makefile.tail.mk -- cgit v1.2.3-54-g00ecf