diff options
author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-05-20 06:56:16 +0000 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-05-20 06:56:16 +0000 |
commit | 99d15100e8ef75fea776b12e235d14da97722343 (patch) | |
tree | 7b1138bc85268d07b969f6106c573cea07e09f22 /test | |
parent | 125773133f0fe2425ab3d8305ed880e9010f6803 (diff) |
Remove automatically generated header when doing make clean
Diffstat (limited to 'test')
-rw-r--r-- | test/math/Makefile | 2 |
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 |