From 7c672403b287b2bf25c644623350f0c77f489354 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 28 Feb 2019 13:40:04 +0100 Subject: [PATCH] Pass the libtool tests again --- tests/libtool/Makefile.Darwin | 2 +- tests/libtool/Makefile.Linux | 2 +- tests/libtool/Makefile.NetBSD | 2 +- tests/libtool/Makefile.Windows | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/libtool/Makefile.Darwin b/tests/libtool/Makefile.Darwin index 9f36b0e..f0c9d90 100644 --- a/tests/libtool/Makefile.Darwin +++ b/tests/libtool/Makefile.Darwin @@ -26,7 +26,7 @@ libtest_LDFLAGS = $(LDFLAGSF) $(LDFLAGS) $(OBJDIR)libtest.la: $(libtest_OBJS) $(LIBTOOL) --mode=link $(CC) -o $(OBJDIR)libtest.la $(libtest_OBJS) -rpath $(LIBDIR) $(libtest_LDFLAGS) -$(OBJDIR)test.o test.lo: test.c +$(OBJDIR)test.o $(OBJDIR)test.lo: test.c $(LIBTOOL) --mode=compile $(CC) $(libtest_CFLAGS) -o $(OBJDIR)test.o -c test.c clean: diff --git a/tests/libtool/Makefile.Linux b/tests/libtool/Makefile.Linux index f2575f5..3f338e7 100644 --- a/tests/libtool/Makefile.Linux +++ b/tests/libtool/Makefile.Linux @@ -26,7 +26,7 @@ libtest_LDFLAGS = $(LDFLAGSF) $(LDFLAGS) $(OBJDIR)libtest.la: $(libtest_OBJS) $(LIBTOOL) --mode=link $(CC) -o $(OBJDIR)libtest.la $(libtest_OBJS) -rpath $(LIBDIR) $(libtest_LDFLAGS) -$(OBJDIR)test.o test.lo: test.c +$(OBJDIR)test.o $(OBJDIR)test.lo: test.c $(LIBTOOL) --mode=compile $(CC) $(libtest_CFLAGS) -o $(OBJDIR)test.o -c test.c clean: diff --git a/tests/libtool/Makefile.NetBSD b/tests/libtool/Makefile.NetBSD index a798d50..75b5edc 100644 --- a/tests/libtool/Makefile.NetBSD +++ b/tests/libtool/Makefile.NetBSD @@ -26,7 +26,7 @@ libtest_LDFLAGS = $(LDFLAGSF) $(LDFLAGS) $(OBJDIR)libtest.la: $(libtest_OBJS) $(LIBTOOL) --mode=link $(CC) -o $(OBJDIR)libtest.la $(libtest_OBJS) -rpath $(LIBDIR) $(libtest_LDFLAGS) -$(OBJDIR)test.o test.lo: test.c +$(OBJDIR)test.o $(OBJDIR)test.lo: test.c $(LIBTOOL) --mode=compile $(CC) $(libtest_CFLAGS) -o $(OBJDIR)test.o -c test.c clean: diff --git a/tests/libtool/Makefile.Windows b/tests/libtool/Makefile.Windows index aa843ad..d3d4dc0 100644 --- a/tests/libtool/Makefile.Windows +++ b/tests/libtool/Makefile.Windows @@ -23,7 +23,7 @@ libtest_LDFLAGS = $(LDFLAGSF) $(LDFLAGS) $(OBJDIR)libtest.la: $(libtest_OBJS) $(LIBTOOL) --mode=link $(CC) -o $(OBJDIR)libtest.la $(libtest_OBJS) -rpath $(LIBDIR) $(libtest_LDFLAGS) -$(OBJDIR)test.o test.lo: test.c +$(OBJDIR)test.o $(OBJDIR)test.lo: test.c $(LIBTOOL) --mode=compile $(CC) $(libtest_CFLAGS) -o $(OBJDIR)test.o -c test.c clean: