From 49ccb2162329c6619ab876c6d5765d9d0ac24f61 Mon Sep 17 00:00:00 2001 From: Brian Raiter Date: Mon, 15 Aug 2022 21:23:07 -0700 Subject: [PATCH] Deleted extra dependency. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f365665..b4f404d 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ unixisms.o: unixisms.c unixisms.h error.o : error.c error.h gen.h symset.o : symset.c symset.h gen.h types.h mstr.o : mstr.c mstr.h gen.h types.h -clexer.o : clexer.c clexer.h gen.h types.h error.h mstr.h +clexer.o : clexer.c clexer.h gen.h types.h error.h exptree.o : exptree.c exptree.h gen.h types.h error.h symset.h clexer.h ppproc.o : ppproc.c ppproc.h gen.h types.h error.h symset.h mstr.h \ clexer.h exptree.h -- 2.45.2