summaryrefslogtreecommitdiff
path: root/src/grp-boot
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-07 02:38:08 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-07 02:38:08 -0400
commitd10902f55ae7aed2eeffedcd29d8ced80ec903ba (patch)
tree135c72aaa9c1a1fc73ff4a6ea0fdd89cb1f59ba1 /src/grp-boot
parente7af93b77b33c6cb9241d5c72283357682394a96 (diff)
Makefile tidy
Diffstat (limited to 'src/grp-boot')
-rw-r--r--src/grp-boot/bootctl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/grp-boot/bootctl/Makefile b/src/grp-boot/bootctl/Makefile
index 39a4af1442..0f927b0564 100644
--- a/src/grp-boot/bootctl/Makefile
+++ b/src/grp-boot/bootctl/Makefile
@@ -54,7 +54,7 @@ endif # ENABLE_EFI
$(eval $(value automake2autothing))
at.depdirs += $(topoutdir)/src/libshared
-AM_CPPFLAGS += $(libshared.CPPFLAGS)
-AM_CPPFLAGS += $(libbasic.CPPFLAGS)
+systemd.CPPFLAGS += $(libshared.CPPFLAGS)
+systemd.CPPFLAGS += $(libbasic.CPPFLAGS)
include $(topsrcdir)/build-aux/Makefile.tail.mk