From f70602be19ff8042c369ea33b29f90b8c0f5d02e Mon Sep 17 00:00:00 2001
From: "Peter S. Mazinger" <ps.m@gmx.net>
Date: Wed, 28 Sep 2005 12:34:41 +0000
Subject: Remove ar-target and shared targets, at build time now we traverse
 the tree only once. Generalize all toplevel makefiles. Make sure, that
 libdl.so is built against libc.so and not libc.a

---
 test/Makefile | 1 -
 1 file changed, 1 deletion(-)

(limited to 'test/Makefile')

diff --git a/test/Makefile b/test/Makefile
index cc54cd25f..ba2b26a50 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -42,7 +42,6 @@ tags:
 	ctags -R
 
 clean: subdirs_clean
-	$(RM) *.[oa] *~ core
 
 subdirs: $(patsubst %, _dir_%, $(DIRS))
 subdirs_clean: $(patsubst %, _dirclean_%, $(ALL_SUBDIRS))
-- 
cgit v1.2.3