[uClibc-cvs] uClibc/test Makefile,1.25,1.26

Erik Andersen andersen at codepoet.org
Mon Feb 17 14:19:24 UTC 2003


Update of /var/cvs/uClibc/test
In directory winder:/tmp/cvs-serv10840/test

Modified Files:
	Makefile 
Log Message:
Patch from Stefan Allius

    And at last I fixed a warning in test's Makefile. (ldso was first 
    added to the ALL_SUBDIRS variable in line 25):



Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/test/Makefile,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- Makefile	4 Dec 2002 22:40:20 -0000	1.25
+++ Makefile	17 Feb 2003 14:19:21 -0000	1.26
@@ -52,7 +52,7 @@
 $(patsubst %, _dir_%, $(DIRS)) : dummy
 	$(MAKE) -C $(patsubst _dir_%, %, $@)
 
-$(patsubst %, _dirclean_%, $(ALL_SUBDIRS) ldso) : dummy
+$(patsubst %, _dirclean_%, $(ALL_SUBDIRS)) : dummy
 	$(MAKE) -C $(patsubst _dirclean_%, %, $@) clean
 
 .PHONY: dummy




More information about the uClibc-cvs mailing list