diff options
author | Roland McGrath <roland@gnu.org> | 1996-06-25 13:46:05 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-06-25 13:46:05 +0000 |
commit | 748050b38630882f7a9746f2f87b0a5de380bf0c (patch) | |
tree | 57f48ca07a8691363760389cf4400dc3ca408ad9 /Makefile | |
parent | ad8da79bd59a4e8d46fc91f98e3d4fbe9adcc81b (diff) | |
download | glibc-748050b38630882f7a9746f2f87b0a5de380bf0c.tar.gz glibc-748050b38630882f7a9746f2f87b0a5de380bf0c.tar.xz glibc-748050b38630882f7a9746f2f87b0a5de380bf0c.zip |
* Makefile (subdirs): Remove crypt.
* crypt: Directory removed. It will be made an independent library distribution. * Makefile (distribute): Add rpm/{Makefile,teplate,rpmrc}.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile index decd21fec7..c83e9a3774 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ endif subdirs = csu assert ctype db locale intl catgets math setjmp signal stdlib \ stdio-common $(stdio) malloc string wcsmbs time dirent grp pwd\ posix io termios resource misc login socket sysvipc gmon gnulib \ - wctype $(wildcard crypt) manual $(sysdep-subdirs) nss elf po + wctype manual $(sysdep-subdirs) nss elf po export subdirs := $(subdirs) # Benign, useless in GNU make before 3.63. # The mach and hurd subdirectories have many generated header files which @@ -232,7 +232,8 @@ distribute := README INSTALL FAQ NOTES NEWS PROJECTS \ configure configure.in aclocal.m4 config.sub config.guess\ config.h.in config.make.in config-name.in Makefile.in \ munch-tmpl.c munch.awk \ - sysdep.h set-hooks.h libc-symbols.h version.h shlib-versions + sysdep.h set-hooks.h libc-symbols.h version.h shlib-versions \ + rpm/Makefile rpm/template rpm/rpmrc distribute := $(strip $(distribute)) generated := $(generated) stubs.h |