summaryrefslogtreecommitdiff
path: root/src/grp-system/libcore/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-system/libcore/Makefile')
-rw-r--r--src/grp-system/libcore/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/grp-system/libcore/Makefile b/src/grp-system/libcore/Makefile
index 8e546f0b0c..02b3add171 100644
--- a/src/grp-system/libcore/Makefile
+++ b/src/grp-system/libcore/Makefile
@@ -147,7 +147,6 @@ nodist_libcore_la_SOURCES = \
src/core/load-fragment-gperf-nulstr.c
libcore_la_CFLAGS = \
- $(AM_CFLAGS) \
$(PAM_CFLAGS) \
$(AUDIT_CFLAGS) \
$(KMOD_CFLAGS) \
@@ -164,7 +163,6 @@ libcore_la_LIBADD = \
$(MOUNT_LIBS)
$(outdir)/load-fragment-gperf-nulstr.c: src/core/load-fragment-gperf.gperf
- $(AM_V_at)$(MKDIR_P) $(dir $@)
$(AM_V_GEN)$(AWK) 'BEGIN{ keywords=0 ; FS="," ; print "extern const char load_fragment_gperf_nulstr[];" ; print "const char load_fragment_gperf_nulstr[] ="} ; keyword==1 { print "\"" $$1 "\\0\"" } ; /%%/ { keyword=1} ; END { print ";" }' < $< > $@
include $(topsrcdir)/build-aux/Makefile.tail.mk