Whamcloud - gitweb
LU-9897 utils: make liblnetconfig a hard requirment
[fs/lustre-release.git] / lustre / scripts / systemd / Makefile.am
index cfda573..340f6f1 100644 (file)
@@ -10,14 +10,5 @@ EXTRA_DIST = $(addsuffix .in,$(genunitfiles))
 CLEANFILES = $(genunitfiles)
 
 $(genunitfiles): %: %.in
-if BUILD_DLC
        sed -e 's,@sbindir\@,$(sbindir),g' \
-           -e 's,@sysconfdir\@,$(sysconfdir),g' \
-           -e 's,@BUILD_DLC_TRUE\@,,g' \
-           -e 's,@BUILD_DLC_FALSE\@,\#,g' $< > $@
-else
-       sed -e 's,@sbindir\@,$(sbindir),g' \
-           -e 's,@sysconfdir\@,$(sysconfdir),g' \
-           -e 's,@BUILD_DLC_TRUE\@,\#,g' \
-           -e 's,@BUILD_DLC_FALSE\@,,g' $< > $@
-endif
+           -e 's,@sysconfdir\@,$(sysconfdir),g' $< > $@