summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-10-21 19:25:11 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-10-21 19:25:11 -0400
commit5e0446146dfc11e5653ff895630652733044e068 (patch)
tree5686c0d94f567d0544602d3fdec5b83491494b46 /Makefile.am
parent7cc82ea6f7682ce35c68fd5c13c1711e6b1eb64b (diff)
more renames
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; }' >$@