From 6e3934131dc6dcd634f0878f0ca54c28b3d11df6 Mon Sep 17 00:00:00 2001
From: Chris Hanson <org/chris-hanson/cph>
Date: Tue, 21 Mar 2000 04:40:45 +0000
Subject: [PATCH] Eliminate "tkCanvArc.c" and "tkMenu.c".

---
 v7/src/swat/c/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/v7/src/swat/c/Makefile b/v7/src/swat/c/Makefile
index 8302e9a48..1efd96f95 100644
--- a/v7/src/swat/c/Makefile
+++ b/v7/src/swat/c/Makefile
@@ -1,5 +1,5 @@
 ##
-## $Id: Makefile,v 1.1 1995/08/02 21:21:00 adams Exp $
+## $Id: Makefile,v 1.2 2000/03/21 04:40:45 cph Exp $
 ##
 ## WARNING: This makefile is designed to be used only from the master
 ## makefile in the parent directory.
@@ -90,7 +90,7 @@ SCXL_OBJS = scxl.o
 # Contents of custom directory structure:
 
 CUSTOM_SRC = \
-	$(CUSTOM)/Makefile $(CUSTOM)/tkCanvArc.c $(CUSTOM)/tkMenu.c \
+	$(CUSTOM)/Makefile \
 	$(CUSTOM)/tkEvent.c $(CUSTOM)/tkWindow.c \
 	$(CUSTOM)/tcl/Makefile $(CUSTOM)/tcl/tclUnix.h \
 	$(CUSTOM)/library/emacs.tcl
-- 
2.25.1