diff options
Diffstat (limited to 'libsanitizer/Makefile.am')
-rw-r--r-- | libsanitizer/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libsanitizer/Makefile.am b/libsanitizer/Makefile.am index 065a65e..53e20bd 100644 --- a/libsanitizer/Makefile.am +++ b/libsanitizer/Makefile.am @@ -28,6 +28,9 @@ SUBDIRS += hwasan endif endif +## Force DIST_SUBDIRS so that make distclean works +DIST_SUBDIRS = $(SUBDIRS) + ## May be used by toolexeclibdir. gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER) |