From: Ron Lee Date: Fri, 26 Oct 2001 18:35:57 +0000 (+0000) Subject: fix for regex dist target X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/cb4a5a73164431e0fcc567e149cb1c473a12ee87 fix for regex dist target git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12172 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/Makefile.in b/Makefile.in index 2f563c6067..acf0b34391 100644 --- a/Makefile.in +++ b/Makefile.in @@ -551,6 +551,7 @@ ALL_DIST: distclean cp $(ZLIBDIR)/*.mms $(DISTDIR)/src/zlib mkdir $(DISTDIR)/src/regex cp $(REGEXDIR)/*.h $(DISTDIR)/src/regex + cp $(REGEXDIR)/*.ih $(DISTDIR)/src/regex cp $(REGEXDIR)/*.c $(DISTDIR)/src/regex cp $(REGEXDIR)/Makefile $(DISTDIR)/src/regex cp $(REGEXDIR)/COPYRIGHT $(DISTDIR)/src/regex