svn commit: trunk/uClibc/test/math

carmelo at uclibc.org carmelo at uclibc.org
Tue May 20 06:56:16 UTC 2008


Author: carmelo
Date: 2008-05-19 23:56:16 -0700 (Mon, 19 May 2008)
New Revision: 22014

Log:
Remove automatically generated header when doing make clean

Modified:
   trunk/uClibc/test/math/Makefile


Changeset:
Modified: trunk/uClibc/test/math/Makefile
===================================================================
--- trunk/uClibc/test/math/Makefile	2008-05-20 06:31:56 UTC (rev 22013)
+++ trunk/uClibc/test/math/Makefile	2008-05-20 06:56:16 UTC (rev 22014)
@@ -22,5 +22,5 @@
 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




More information about the uClibc-cvs mailing list