diff options
Diffstat (limited to 'sysdeps/gnu')
-rw-r--r-- | sysdeps/gnu/Dist | 1 | ||||
-rw-r--r-- | sysdeps/gnu/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/gnu/Dist b/sysdeps/gnu/Dist index 7055326e2e..b3d642cb02 100644 --- a/sysdeps/gnu/Dist +++ b/sysdeps/gnu/Dist @@ -1,4 +1,5 @@ errlist.awk +eval.c utmpx.h bits/utmpx.h netinet/tcp.h diff --git a/sysdeps/gnu/Makefile b/sysdeps/gnu/Makefile index 4806c0df1d..21f658f560 100644 --- a/sysdeps/gnu/Makefile +++ b/sysdeps/gnu/Makefile @@ -48,5 +48,5 @@ endif ifeq ($(subdir),dlfcn) -libdl-routines += eval +libdl-sysdep_routines += eval endif |