summaryrefslogtreecommitdiff
path: root/src/grp-system
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-07 03:34:46 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-07 03:34:46 -0400
commit9ea83619baf30c4bd5cc27b51fd580925aa7db8b (patch)
tree72cf4f38405786217871494c2e39e69d4f1dad01 /src/grp-system
parent826cd8f58443fc86d3ea61a4e49d29ee7abb8b1c (diff)
parent37bb75d08b392517c50f6e97ff27484cfd255c08 (diff)
Merge branch 'lukeshu/postmove' into lukeshu/master
# Conflicts: # src/Makefile # src/grp-boot/Makefile # src/grp-coredump/Makefile # src/grp-machine/Makefile # src/libsystemd/libsystemd-internal/subdir.mk # src/libudev/Makefile
Diffstat (limited to 'src/grp-system')
-rw-r--r--src/grp-system/systemctl/Makefile2
-rw-r--r--src/grp-system/systemd/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/grp-system/systemctl/Makefile b/src/grp-system/systemctl/Makefile
index 5cb8c922d9..20bd4f069c 100644
--- a/src/grp-system/systemctl/Makefile
+++ b/src/grp-system/systemctl/Makefile
@@ -20,7 +20,7 @@
#
# You should have received a copy of the GNU Lesser General Public License
# along with systemd; If not, see <http://www.gnu.org/licenses/>.
-include $(dir $(lastword $(MAKEFILE_LIST)))/../../config.mk
+include $(dir $(lastword $(MAKEFILE_LIST)))/../../../config.mk
include $(topsrcdir)/build-aux/Makefile.head.mk
systemctl_SOURCES = \
diff --git a/src/grp-system/systemd/Makefile b/src/grp-system/systemd/Makefile
index 8abfa2bf9d..0e34d8d829 100644
--- a/src/grp-system/systemd/Makefile
+++ b/src/grp-system/systemd/Makefile
@@ -20,7 +20,7 @@
#
# You should have received a copy of the GNU Lesser General Public License
# along with systemd; If not, see <http://www.gnu.org/licenses/>.
-include $(dir $(lastword $(MAKEFILE_LIST)))/../../config.mk
+include $(dir $(lastword $(MAKEFILE_LIST)))/../../../config.mk
include $(topsrcdir)/build-aux/Makefile.head.mk
systemd_SOURCES = \