From 8551be2becc2ae384037fd92427bd6f1527e1039 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 12 Sep 2016 18:11:31 -0400 Subject: ./tools/notsd-fixup **/Makefile --- src/grp-machine/grp-import/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/grp-machine/grp-import') diff --git a/src/grp-machine/grp-import/Makefile b/src/grp-machine/grp-import/Makefile index b996bd4c19..5cda3c9a9f 100644 --- a/src/grp-machine/grp-import/Makefile +++ b/src/grp-machine/grp-import/Makefile @@ -31,12 +31,6 @@ ifneq ($(HAVE_ZLIB),) ifneq ($(HAVE_BZIP2),) ifneq ($(HAVE_GCRYPT),) -nested.subdirs += libimport -nested.subdirs += systemd-export -nested.subdirs += systemd-import -nested.subdirs += systemd-importd -nested.subdirs += systemd-pull - endif # HAVE_GCRYPT endif # HAVE_BZIP2 endif # HAVE_ZLIB @@ -45,4 +39,10 @@ endif # HAVE_LIBCURL endif # ENABLE_IMPORTD +nested.subdirs += libimport +nested.subdirs += systemd-export +nested.subdirs += systemd-import +nested.subdirs += systemd-importd +nested.subdirs += systemd-pull + include $(topsrcdir)/build-aux/Makefile.tail.mk -- cgit v1.2.3-54-g00ecf