From 4b7b37686f45990df36971cfd27c9d0713651efe Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Mon, 14 Nov 2005 15:33:14 +0000 Subject: [PATCH] *** empty log message *** --- ase/awk/makefile.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ase/awk/makefile.in b/ase/awk/makefile.in index b7cc1f2b..8dc958c3 100644 --- a/ase/awk/makefile.in +++ b/ase/awk/makefile.in @@ -1,7 +1,4 @@ -SRCS = sce.c -# memory.c object.c symbol.c class.c array.c \ -# dict.c misc.c context.c name.c token.c parser.c bootstrp.c \ -# bytecode.c interp.c +SRCS = awk.c parse.c OBJS = $(SRCS:.c=.o) OUT = libxpawk.a