From ba5f67a95f2f1527f8931b12e37b311ed003799a Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Tue, 1 Jun 2004 13:39:44 +0000 Subject: [PATCH] add pattern.c [r2991] --- ir/stat/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ir/stat/Makefile.in b/ir/stat/Makefile.in index 557459818..e56948a87 100644 --- a/ir/stat/Makefile.in +++ b/ir/stat/Makefile.in @@ -20,7 +20,8 @@ INSTALL_HEADERS = firmstat.h SOURCES = $(INSTALL_HEADERS) SOURCES += Makefile.in \ - firmstat.c + firmstat.c \ + pattern.c include $(topdir)/MakeRules -- 2.20.1