diff options
Diffstat (limited to 'src/grp-system')
-rw-r--r-- | src/grp-system/systemctl/Makefile | 2 | ||||
-rw-r--r-- | src/grp-system/systemd/Makefile | 2 |
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 = \ |