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 b5d9d8a148..3799f8bbf5 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 8b786e2853..d8f5c2fd45 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 = \ |