Index: trunk/ntripclient/makefile
===================================================================
--- trunk/ntripclient/makefile	(revision 611)
+++ trunk/ntripclient/makefile	(revision 834)
@@ -1,3 +1,3 @@
-# $Id: makefile,v 1.5 2007/12/12 09:45:23 stoecker Exp $
+# $Id: makefile,v 1.6 2007/12/14 14:52:16 stuerze Exp $
 # probably works not with all compilers. Thought this should be easy
 # fixable. There is nothing special at this source.
@@ -11,6 +11,6 @@
 endif
 
-ntripclient: ntripclient.c
-	$(CC) $(OPTS) $? -o $@ $(LIBS)
+ntripclient: ntripclient.c serial.c
+	$(CC) $(OPTS) ntripclient.c -o $@ $(LIBS)
 
 clean:
