summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-10-26 22:12:48 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-10-26 22:12:48 -0400
commit7b997776df38e196b4a779ee4e6be3acd0a363e2 (patch)
tree2706dcdeaa1c3a1e6cb7b343e54aa0da69caf61c /Makefile.am
parent85cd5a4268172ce57b94f5aa097263f6e1939c64 (diff)
pre-merge
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 1dabbb0819..f8d6d62a6b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1420,7 +1420,7 @@ CLEANFILES += \
#@src/libbasic/include/Makefile
nested.subdirs += basic
-#@src/libbasic/include/basic/Makefile
+#@src/libbasic/include/systemd-basic/Makefile
src/basic/errno-list.txt:
$(AM_V_at)$(MKDIR_P) $(dir $@)
$(AM_V_GEN)$(CPP) $(CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) -dM -include errno.h - </dev/null | $(AWK) '/^#define[ \t]+E[^ _]+[ \t]+/ { print $$2; }' >$@