OSDN Git Service

Work around another C++11 compliance issue; fix bug [#2321].
[mingw/mingw-org-wsl.git] / Makefile.in
index 3eaf8a1..0f1feaa 100644 (file)
@@ -79,7 +79,7 @@ configure: configure.ac aclocal.m4 VERSION.m4
 # Rules to Build and Install Both Sub-Packages
 # --------------------------------------------
 #
-all install install-headers uninstall: %: %-subdirs
+all install install-headers install-strip uninstall: %: %-subdirs
 
 subdirs = @subdirs@
 %-subdirs:; $(foreach dir,${subdirs},$(MAKE) -C ${dir} $*;)