From 39e19a8f8cbe8f215e8cc997136027eab463aba5 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 18 Sep 2018 00:01:01 +0200 Subject: [PATCH] Remove non-existent src/commit/execcmn.cpp from Unix Makefile This should have been done back when this file was removed in 9b70925d3e82d58cf8082ad69c6f67ca6fd61895, see #10258. Closes #18222. --- Makefile.in | 5 ----- build/bakefiles/make_dist.mk | 5 ----- 2 files changed, 10 deletions(-) diff --git a/Makefile.in b/Makefile.in index 2e8242237b..05ccca0787 100644 --- a/Makefile.in +++ b/Makefile.in @@ -36705,11 +36705,6 @@ ALL_DIST: distrib_clean $(CP_P) $(WXDIR)/lib/vms.opt $(DISTDIR)/lib $(CP_P) $(WXDIR)/lib/vms_gtk.opt $(DISTDIR)/lib mkdir $(DISTDIR)/src - # temp hack for common/execcmn.cpp: it's not supported by tmake - # yet (it's a header-like file but in src/common directory and it - # shouldn't be distributed...) - mkdir $(DISTDIR)/src/common - $(CP_P) $(SRCDIR)/common/execcmn.cpp $(DISTDIR)/src/common mkdir $(DISTDIR)/src/xml $(CP_P) $(SRCDIR)/xml/*.cpp $(DISTDIR)/src/xml mkdir $(DISTDIR)/src/zlib diff --git a/build/bakefiles/make_dist.mk b/build/bakefiles/make_dist.mk index 39a3a6ffc3..ced718bac6 100644 --- a/build/bakefiles/make_dist.mk +++ b/build/bakefiles/make_dist.mk @@ -100,11 +100,6 @@ ALL_DIST: distrib_clean $(CP_P) $(WXDIR)/lib/vms.opt $(DISTDIR)/lib $(CP_P) $(WXDIR)/lib/vms_gtk.opt $(DISTDIR)/lib mkdir $(DISTDIR)/src - # temp hack for common/execcmn.cpp: it's not supported by tmake - # yet (it's a header-like file but in src/common directory and it - # shouldn't be distributed...) - mkdir $(DISTDIR)/src/common - $(CP_P) $(SRCDIR)/common/execcmn.cpp $(DISTDIR)/src/common mkdir $(DISTDIR)/src/xml $(CP_P) $(SRCDIR)/xml/*.cpp $(DISTDIR)/src/xml mkdir $(DISTDIR)/src/zlib