summaryrefslogtreecommitdiff
path: root/tests/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile.in')
-rw-r--r--tests/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in
index a417f5d61..da04bb7e6 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -310,7 +310,7 @@ $(top_builddir)/ansi2knr:
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) ansi2knr
mostlyclean-kr:
- -rm -f *_.c
+ -test "$U" = "" || rm -f *_.c
.c.o:
$(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<