From f2027981798b479c0510da78de52ddec39287ee3 Mon Sep 17 00:00:00 2001 From: Neil Hodgson Date: Mon, 16 Jul 2012 10:55:39 +1000 Subject: Remove files built as a side effect of clang --analyze. --- gtk/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/makefile b/gtk/makefile index 9921fae36..e0c646c1f 100644 --- a/gtk/makefile +++ b/gtk/makefile @@ -78,7 +78,7 @@ LEXOBJS:=$(addsuffix .o,$(basename $(notdir $(wildcard ../lexers/Lex*.cxx)))) all: $(COMPLIB) clean: - $(DEL) *.o $(COMPLIB) + $(DEL) *.o $(COMPLIB) *.plist deps: $(CC) -MM $(CONFIGFLAGS) $(CXXTFLAGS) *.cxx ../src/*.cxx | sed -e 's/\/usr.* //' | grep [a-zA-Z] >deps.mak -- cgit v1.2.3