diff options
author | Zack Weinberg <zackw@panix.com> | 2018-07-04 15:07:31 -0400 |
---|---|---|
committer | Zack Weinberg <zackw@panix.com> | 2018-07-04 21:52:19 -0400 |
commit | 1a51a81abc609c1a48edb2f4c0887e892e9e968f (patch) | |
tree | dffd3feb8272a19aa8dbacd3f7b1becab461e004 /.gitignore | |
parent | fd45d0e95045b49a80a87bfa184fc9be90336779 (diff) | |
download | libxcrypt-1a51a81abc609c1a48edb2f4c0887e892e9e968f.tar.gz libxcrypt-1a51a81abc609c1a48edb2f4c0887e892e9e968f.tar.bz2 libxcrypt-1a51a81abc609c1a48edb2f4c0887e892e9e968f.zip |
Check in alg-des-tables.c, don't run gen-des-tables at build time.
This eliminates a whole bunch of dodgy logic from
Makefile.am (Automake doesn't fully comprehend the distinction between
CC and CC_FOR_BUILD) and will also make it easier to support enabling
and disabling of individual hashes without needing AM_CONDITIONALs for
each.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -42,8 +42,6 @@ *.o *.so *.trs -/gen-des-tables -/alg-des-tables.c /crypt.h /crypt-symbol-vers.h /libcrypt.map |