summaryrefslogtreecommitdiff
path: root/emulators/dlx/files/patch-ac
blob: bba57c63aba52415ce7668ccfbb66dc8a50edb7a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- dlxsim/tcl/Makefile.orig	Tue Dec 18 12:24:38 1990
+++ dlxsim/tcl/Makefile	Sat Dec 26 13:11:18 1998
@@ -13,9 +13,8 @@
 OBJS = glob.o tclBasic.o tclCmdAH.o tclCmdIZ.o tclExpr.o \
 	tclGlob.o tclProc.o tclUtil.o
 
-LIBOBJS = panic.o strerror.o strtol.o strtoul.o List_Init.o \
-	List_Insert.o List_ListIns.o List_Remove.o strspn.o \
-	strpbrk.o strchr.o
+LIBOBJS = panic.o List_Init.o \
+	List_Insert.o List_ListIns.o List_Remove.o
 
 CSRCS = glob.c tclBasic.c tclCmdAH.c tclCmdIZ.c tclExpr.c \
 	tclGlob.c tclProc.c tclUtil.c