diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-10-26 22:48:36 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-10-26 22:48:36 -0400 |
commit | 62462bb9d7d0866d320d449a77b65c8a011ec813 (patch) | |
tree | 5dc7f1be47f0c674659735486ffa9b6e2b00d508 /Makefile.am | |
parent | 7e3290b73ee989e73e8bdddd3b1c7643077a9c1e (diff) |
have libbasic gperf headers be private
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index db99e0b403..5964a99bd5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1418,9 +1418,7 @@ CLEANFILES += \ $(AM_V_at)$(MKDIR_P) $(dir $@) $(AM_V_GPERF)$(GPERF) -L ANSI-C -t --ignore-case -N lookup_$(notdir $*) -H hash_$(notdir $*)_name -p -C <$< >$@ -#@src/libbasic/include/Makefile -nested.subdirs += basic -#@src/libbasic/include/systemd-basic/Makefile +#@src/libbasic/src/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; }' >$@ |