summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2008-05-20 06:56:16 +0000
committerCarmelo Amoroso <carmelo.amoroso@st.com>2008-05-20 06:56:16 +0000
commit99d15100e8ef75fea776b12e235d14da97722343 (patch)
tree7b1138bc85268d07b969f6106c573cea07e09f22 /test
parent125773133f0fe2425ab3d8305ed880e9010f6803 (diff)
Remove automatically generated header when doing make clean
Diffstat (limited to 'test')
-rw-r--r--test/math/Makefile2
1 files changed, 1 insertions, 1 deletions
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