Remove CVS Id tags.
[onak.git] / Makefile.in
index 4fce6ddbbb2e223d5855e061f8dc4e44d6a12d99..e5c99f3138fc4e4aeff7bbfea097ee84b9f7d2b8 100644 (file)
@@ -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:
@@ -58,7 +56,7 @@ clean:
                sixdegrees.o splitkeys.o
 
 distclean: clean
-       $(RM) -f Makefile depend config.{log,status,h}
+       $(RM) -f Makefile .depend config.{log,status,h}
        $(RM) -r autom4te.cache
 
 .depend: $(SRCS)