diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 9c1e7dd81d..cac9bbc43e 100644 --- a/Makefile +++ b/Makefile @@ -323,7 +323,8 @@ distribute := README README.libm INSTALL FAQ NOTES NEWS PROJECTS BUGS \ autolock.sh rellns-sh munch-tmpl.c munch.awk interp.c \ sysdep.h set-hooks.h libc-symbols.h version.h shlib-versions \ rpm/Makefile rpm/template rpm/rpmrc glibcbug.in abi-tags \ - stub-tag.h test-installation.pl test-skeleton.c + stub-tag.h test-installation.pl test-skeleton.c \ + include/des.h distribute := $(strip $(distribute)) generated := $(generated) stubs.h version-info.h |