summaryrefslogtreecommitdiff
path: root/tools/ucl/src/Makefile
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-11-28 22:53:14 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-11-28 22:53:14 +0000
commit10a1eac917b0764b44e8e7adfa6da9a77422871a (patch)
treeaa9fedfe03dee3826b5cd33cda412cb9ebeee09c /tools/ucl/src/Makefile
parent4d66fc8dc248e4169a5d1aa5bdc80c85dabbcee1 (diff)
downloadrockbox-10a1eac917b0764b44e8e7adfa6da9a77422871a.tar.gz
rockbox-10a1eac917b0764b44e8e7adfa6da9a77422871a.zip
use plain 'ar' for now as the $(AR) gets set to the cross-compiler version...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8101 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/ucl/src/Makefile')
-rw-r--r--tools/ucl/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ucl/src/Makefile b/tools/ucl/src/Makefile
index 0cfae54cb7..e8c2bc7a56 100644
--- a/tools/ucl/src/Makefile
+++ b/tools/ucl/src/Makefile
@@ -19,7 +19,7 @@ OBJS = alloc.o io.o n2b_99.o n2b_d.o n2b_ds.o n2b_to.o n2d_99.o \
19 ucl_dll.o ucl_init.o ucl_ptr.o ucl_str.o ucl_util.o 19 ucl_dll.o ucl_init.o ucl_ptr.o ucl_str.o ucl_util.o
20 20
21$(TARGET): $(OBJS) 21$(TARGET): $(OBJS)
22 $(AR) ruv $(TARGET) $(OBJS) 22 ar ruv $(TARGET) $(OBJS)
23 23
24 24
25clean: 25clean: