SHA256
3
0
forked from pool/make
make/make-3.82-full-ar-path.patch

14 lines
551 B
Diff

Index: tests/scripts/features/archives
===================================================================
--- tests/scripts/features/archives.orig
+++ tests/scripts/features/archives
@@ -13,7 +13,7 @@ utouch(-60, qw(a1.o a2.o a3.o));
# Very simple
run_make_test('all: libxx.a(a1.o)',
- '', "ar rv libxx.a a1.o\nar: creating libxx.a\na - a1.o\n");
+ '', "ar rv libxx.a a1.o\n/usr/bin/ar: creating libxx.a\na - a1.o\n");
# Multiple .o's. Add a new one to the existing library
run_make_test('all: libxx.a(a1.o a2.o)',