Browse Source

Remove automatically generated header when doing make clean

Carmelo Amoroso 16 years ago
parent
commit
99d15100e8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/math/Makefile

+ 1 - 1
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