[uClibc-cvs] uClibc/libc/string Makefile,1.56,1.57

Erik Andersen andersen at uclibc.org
Thu Nov 20 14:35:12 UTC 2003


Update of /var/cvs/uClibc/libc/string
In directory winder:/home/andersen/CVS/uClibc/libc/string

Modified Files:
	Makefile 
Log Message:
Fixup dependancies to ensure arch specific string functions
will always win


Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/libc/string/Makefile,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- Makefile	6 Nov 2003 09:39:43 -0000	1.56
+++ Makefile	20 Nov 2003 14:35:06 -0000	1.57
@@ -19,7 +19,7 @@
 TOPDIR=../../
 include $(TOPDIR)Rules.mak
 
-DIRS = 
+DIRS=
 ifeq ($(TARGET_ARCH),$(wildcard $(TARGET_ARCH)))
 DIRS = $(TARGET_ARCH)
 endif
@@ -59,7 +59,7 @@
 	OBJS += $(MOBJW) $(MOBJWx)
 endif
 
-all: $(OBJS) $(LIBC) subdirs
+all: $(LIBC) subdirs
 
 $(LIBC): ar-target
 
@@ -92,7 +92,7 @@
 subdirs: $(patsubst %, _dir_%, $(DIRS))
 subdirs_clean: $(patsubst %, _dirclean_%, $(ALL_SUBDIRS))
 
-$(patsubst %, _dir_%, $(DIRS)) : dummy
+$(patsubst %, _dir_%, $(DIRS)) : $(OBJS)
 	$(MAKE) -C $(patsubst _dir_%, %, $@)
 
 $(patsubst %, _dirclean_%, $(ALL_SUBDIRS)) : dummy




More information about the uClibc-cvs mailing list