gcc/libsanitizer/interception
Andrew Pinski 32377c1019 Fix PR 62157: disclean in libsanitizer not working
So what is happening is DIST_SUBDIRS contains the conditional
directories which is wrong, so we need to force DIST_SUBDIRS
to be the same as SUBDIRS as recommened by the automake manual.

OK? Bootstrapped and tested on x86_64-linux-gnu with no regressions.
Also now make distclean works inside libsanitizer directory.

libsanitizer/ChangeLog:

	PR sanitizer/62157
	* Makefile.am: Force DIST_SUBDIRS to be SUBDIRS.
	* Makefile.in: Regenerate.
	* asan/Makefile.in: Likewise.
	* hwasan/Makefile.in: Likewise.
	* interception/Makefile.in: Likewise.
	* libbacktrace/Makefile.in: Likewise.
	* lsan/Makefile.in: Likewise.
	* sanitizer_common/Makefile.in: Likewise.
	* tsan/Makefile.in: Likewise.
	* ubsan/Makefile.in: Likewise.
2021-11-28 22:40:36 +00:00
..
Makefile.am libsanitizer: Add AM_CCASFLAGS to Makefile.am 2021-10-08 06:17:01 -07:00
Makefile.in Fix PR 62157: disclean in libsanitizer not working 2021-11-28 22:40:36 +00:00
interception.h libsanitizer: Merge with upstream 2021-07-20 14:21:51 -07:00
interception_linux.cpp libsanitizer: merge from master 2021-05-13 09:29:17 +02:00
interception_linux.h libsanitizer: merge from master 2021-05-13 09:29:17 +02:00
interception_mac.cpp Libsanitizer merge from trunk r368656. 2019-08-14 08:47:11 +00:00
interception_mac.h Libsanitizer merge from trunk r368656. 2019-08-14 08:47:11 +00:00
interception_type_test.cpp Libsanitizer merge from trunk r368656. 2019-08-14 08:47:11 +00:00
interception_win.cpp libsanitizer: Merge with upstream 2021-10-01 09:02:54 -07:00
interception_win.h Libsanitizer merge from trunk r368656. 2019-08-14 08:47:11 +00:00