]> Git Repo - uclibc-ng.git/commitdiff
Make certain that arch specific stuff is compiled last
authorEric Andersen <[email protected]>
Thu, 20 Nov 2003 14:42:42 +0000 (14:42 -0000)
committerEric Andersen <[email protected]>
Thu, 20 Nov 2003 14:42:42 +0000 (14:42 -0000)
libm/Makefile

index b7ddb9d364faa79ee797c035b42d0b90f352072f..b2d12337038ab4fe3ec7f8fe050365d1e2e72841 100644 (file)
@@ -82,7 +82,7 @@ OBJS=$(COBJS)
 ifneq ($(strip $(UCLIBC_HAS_FLOATS)),y)
 all:  clean subdirs
 else
-all: $(OBJS) $(LIBM) subdirs
+all: $(LIBM) subdirs
 endif
 
 $(LIBM): ar-target
@@ -125,7 +125,7 @@ clean: subdirs_clean
 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
This page took 0.024212 seconds and 4 git commands to generate.