diff -Naur hdaps-gl-0.0.5.orig/Makefile hdaps-gl-0.0.5/Makefile --- hdaps-gl-0.0.5.orig/Makefile 2005-08-30 21:06:53 +0300 +++ hdaps-gl-0.0.5/Makefile 2009-04-02 18:27:01 +0300 @@ -10,7 +10,7 @@ all: hdaps-gl hdaps-gl: hdaps-gl.c - $(CC) $(CFLAGS) $(LIBDIR) $(LIBRARIES) -o hdaps-gl hdaps-gl.c + $(CC) $(CFLAGS) hdaps-gl.c $(LIBDIR) $(LIBRARIES) -o hdaps-gl clean: rm -f hdaps-gl *.o