diff options
Diffstat (limited to 'src/libbasic/include')
-rw-r--r-- | src/libbasic/include/basic/Makefile (renamed from src/libbasic/include/Makefile) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libbasic/include/Makefile b/src/libbasic/include/basic/Makefile index 9e02ce2c39..41d6ba243f 100644 --- a/src/libbasic/include/Makefile +++ b/src/libbasic/include/basic/Makefile @@ -20,9 +20,10 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))/../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))/../../../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk +at.subdirs += basic $(outdir)/errno-list.txt: $(AM_V_GEN)$(CPP) $(ALL_CPPFLAGS) -dM -include errno.h - </dev/null | $(AWK) '/^#define[ \t]+E[^ _]+[ \t]+/ { print $$2; }' >$@ |