diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-08-08 13:20:56 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-08-08 13:20:56 -0400 |
commit | 1cfeca882ebbd2de350a62e97e7ace35d3a57644 (patch) | |
tree | e6ca6b8ae85c643f1c4a59d9467e74fd4825c8a7 /src/grp-machine | |
parent | 7f991fe569fc0562c9d67b3a473f9a4dda8dbc4d (diff) |
fix
Diffstat (limited to 'src/grp-machine')
-rw-r--r-- | src/grp-machine/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/grp-machine/Makefile b/src/grp-machine/Makefile index 15bd8360d0..74a1756ef9 100644 --- a/src/grp-machine/Makefile +++ b/src/grp-machine/Makefile @@ -23,9 +23,9 @@ include $(dir $(lastword $(MAKEFILE_LIST)))/../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk -at.subdirs += machinectl systemd-machined -at.subdirs += libmachine-core -at.subdirs += nss-mymachines -at.subdirs += grp-import +nested.subdirs += machinectl systemd-machined +nested.subdirs += libmachine-core +nested.subdirs += nss-mymachines +nested.subdirs += grp-import include $(topsrcdir)/build-aux/Makefile.tail.mk |