]> Git Repo - J-u-boot.git/blobdiff - board/ispan/Makefile
Merge branch 'master' of ssh+git://mercury.denx.de/home/wd/git/u-boot/master
[J-u-boot.git] / board / ispan / Makefile
index 0c1cb0253abb647c4261de9826fe3c487ef6280f..6b3706daaeea622debda670da175b2865375e0be 100644 (file)
@@ -1,7 +1,7 @@
 #
 # (C) Copyright 2006
 # Wolfgang Denk, DENX Software Engineering, [email protected].
-# 
+#
 # Copyright (C) 2004 Arabella Software Ltd.
 # Yuli Barcohen <[email protected]>
 #
@@ -35,13 +35,13 @@ OBJS        := $(addprefix $(obj),$(COBJS))
 SOBJS  := $(addprefix $(obj),$(SOBJS))
 
 $(LIB):        $(obj).depend $(OBJS)
-       $(AR) crv $@ $(OBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS)
 
 clean:
        rm -f $(SOBJS) $(OBJS)
 
 distclean:     clean
-       rm -f $(LIB) core *.bak .depend
+       rm -f $(LIB) core *.bak $(obj).depend
 
 #########################################################################
 
This page took 0.029172 seconds and 4 git commands to generate.