X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/c9512972659008a99038be06355540cfde7ec4e2..c80e4acc7e15d50bb9398cfb77d4efd7ea2b6710:/Makefile.in diff --git a/Makefile.in b/Makefile.in index 0687699..e5c99f3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,8 +1,6 @@ # # Makefile for onak. # -# $Id: Makefile,v 1.23 2004/05/31 22:04:50 noodles Exp $ -# CC = @CC@ CFLAGS += @CFLAGS@ -Wall -pedantic @@ -49,7 +47,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: