From b46987cfe602a9a7e2c98bae1528b4a6cdf3e56e Mon Sep 17 00:00:00 2001
From: Jonathan McDowell <noodles@earth.li>
Date: Sat, 12 Jun 2004 15:49:59 +0000
Subject: [PATCH 1/1] Remove spurious LDFLAGS for onak linking.

Remove an extra mention of LDFLAGS from the onak linkage line.
---
 Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.in b/Makefile.in
index 0687699..caf01c7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -49,7 +49,7 @@ add: add.o cleankey.o merge.o sendsync.o $(CORE_OBJS)
 		$(CORE_OBJS) $(LIBS)
 
 onak: onak.o merge.o cleankey.o $(CORE_OBJS)
-	$(CC) $(LDFLAGS) $(LDFLAGS) -o onak onak.o merge.o cleankey.o \
+	$(CC) $(LDFLAGS) -o onak onak.o merge.o cleankey.o \
 		$(CORE_OBJS) $(LIBS)
 
 clean:
-- 
2.39.5