From 99d15100e8ef75fea776b12e235d14da97722343 Mon Sep 17 00:00:00 2001 From: Carmelo Amoroso Date: Tue, 20 May 2008 06:56:16 +0000 Subject: Remove automatically generated header when doing make clean --- test/math/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/math/Makefile b/test/math/Makefile index 9e200269f..e65f1700e 100644 --- a/test/math/Makefile +++ b/test/math/Makefile @@ -22,5 +22,5 @@ PERL := /usr/bin/perl ulps-file := $(firstword $(wildcard $(config-sysdirs:%=$(..)%/libm-test-ulps))) libm-test.c: $(ulps-file) libm-test.inc gen-libm-test.pl $(Q)$(PERL) ./gen-libm-test.pl -u $< ./libm-test.inc -o "." 2>&1 > /dev/null -EXTRA_CLEAN := libm-test.c +EXTRA_CLEAN := libm-test.c libm-test-ulps.h $(TARGETS): libm-test.c -- cgit v1.2.3