From: Jonathan McDowell Date: Sat, 12 Jun 2004 15:49:59 +0000 (+0000) Subject: Remove spurious LDFLAGS for onak linking. X-Git-Tag: 0.3.0~34 X-Git-Url: https://the.earth.li/gitweb/?p=onak.git;a=commitdiff_plain;h=b46987cfe602a9a7e2c98bae1528b4a6cdf3e56e Remove spurious LDFLAGS for onak linking. Remove an extra mention of LDFLAGS from the onak linkage line. --- 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: