mirror of
https://github.com/reactos/ccache.git
synced 2024-11-23 11:49:41 +00:00
Don't remove *_lookup.c files when cleaning
This commit is contained in:
parent
b33c7a620f
commit
8c018f6315
@ -36,8 +36,8 @@ files_to_distclean += .deps version.c dev.mk
|
||||
source_dist_files = \
|
||||
main.c $(base_sources) $(test_sources) $(headers) zlib/*.c zlib/*.h \
|
||||
config.h.in configure install-sh Makefile.in test.sh GPL-3.0.txt \
|
||||
AUTHORS.txt INSTALL.txt LICENSE.txt MANUAL.txt NEWS.txt README.txt
|
||||
built_dist_files += confitems_lookup.c envtoconfitems_lookup.c
|
||||
AUTHORS.txt INSTALL.txt LICENSE.txt MANUAL.txt NEWS.txt README.txt \
|
||||
confitems_lookup.c envtoconfitems_lookup.c
|
||||
dist_files = \
|
||||
$(addprefix $(srcdir)/, $(source_dist_files)) \
|
||||
$(built_dist_files)
|
||||
|
Loading…
Reference in New Issue
Block a user