From 97a3109ae293142a7cffa2f86255d2e15d20f6f0 Mon Sep 17 00:00:00 2001 From: Marc Abramowitz Date: Wed, 29 Feb 2012 11:31:29 -0800 Subject: [PATCH] Make "clean" target in libdtrace/makefile remove dt_errtags.c and dt_names.c Fixes GH-3. --- libdtrace/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libdtrace/makefile b/libdtrace/makefile index b51c39b..99f5380 100644 --- a/libdtrace/makefile +++ b/libdtrace/makefile @@ -113,5 +113,5 @@ $(LIB)(dt_isadep.o): i386/dt_isadep.c $(H) ar rv $(LIB) dt_isadep.o -rm -f dt_isadep.o clean: - -rm -f dt_grammar.h dt_lex.c *.o *.a + -rm -f dt_errtags.c dt_names.c dt_grammar.h dt_lex.c *.o *.a