Remove config_sources on distclean, not clean.
"make clean" shouldn't remove files generated by "configure".
This commit is contained in:
parent
e40226ce02
commit
3e42a3956b
|
@ -159,7 +159,8 @@ modules_DATA =
|
|||
# For dummy lib files:
|
||||
tockinc_DATA = occamutl.lib.tock.inc occamutl.lib.tock.h occamutl.lib.tock.sizes
|
||||
|
||||
CLEANFILES = $(BUILT_SOURCES) $(config_sources)
|
||||
CLEANFILES = $(BUILT_SOURCES)
|
||||
DISTCLEANFILES = $(config_sources)
|
||||
|
||||
EXTRA_DIST = docextra testcases/automatic
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user