From: Robert Roebling Date: Sun, 2 Jun 2002 12:05:24 +0000 (+0000) Subject: Small fix for make win-dist X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2f060d19d4394705a89149ec80292a3e4d59ed2e Small fix for make win-dist git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15725 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/Makefile.in b/Makefile.in index ead7b628e6..acb1f207f7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -556,6 +556,7 @@ ALL_DIST: distclean cp $(REGEXDIR)/*.ih $(DISTDIR)/src/regex cp $(REGEXDIR)/*.c $(DISTDIR)/src/regex cp $(REGEXDIR)/Makefile $(DISTDIR)/src/regex + cp $(REGEXDIR)/makefile.* $(DISTDIR)/src/regex cp $(REGEXDIR)/COPYRIGHT $(DISTDIR)/src/regex cp $(REGEXDIR)/README $(DISTDIR)/src/regex cp $(REGEXDIR)/WHATSNEW $(DISTDIR)/src/regex