From d1e113d4f37838f26521703398981a04769b5114 Mon Sep 17 00:00:00 2001 From: Andrew Bettison Date: Wed, 4 Apr 2018 12:18:06 +0930 Subject: [PATCH] Fix 'servaldswift' link error --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 2d9b0cd1..0fdfb5d1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -391,9 +391,9 @@ ifneq ($(SWIFTC),) # Only provide Swift targets if the Swift compiler is availab # package. servaldswift: $(srcdir)/servaldswift.swift \ $(OBJSDIR_SERVALD)/servald_features.o \ - libservaldaemon.a \ $(SWIFT_MODULE_NAME).swiftmodule \ - libServalDNA.a + libServalDNA.a \ + libservaldaemon.a @echo SWIFT $@ @$(SWIFTC) -emit-executable -o $@ \ $(SWIFTCFLAGS) $(SWIFTDEFS) \