commit | 10a1eac917b0764b44e8e7adfa6da9a77422871a | [log] [tgz] |
---|---|---|
author | Daniel Stenberg <daniel@haxx.se> | Mon Nov 28 22:53:14 2005 +0000 |
committer | Daniel Stenberg <daniel@haxx.se> | Mon Nov 28 22:53:14 2005 +0000 |
tree | aa9fedfe03dee3826b5cd33cda412cb9ebeee09c | |
parent | 4d66fc8dc248e4169a5d1aa5bdc80c85dabbcee1 [diff] |
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
diff --git a/tools/ucl/src/Makefile b/tools/ucl/src/Makefile index 0cfae54..e8c2bc7 100644 --- a/tools/ucl/src/Makefile +++ b/tools/ucl/src/Makefile
@@ -19,7 +19,7 @@ ucl_dll.o ucl_init.o ucl_ptr.o ucl_str.o ucl_util.o $(TARGET): $(OBJS) - $(AR) ruv $(TARGET) $(OBJS) + ar ruv $(TARGET) $(OBJS) clean: