blob: 0d0214033252b7645e1e4c706ea5c2e890093813 [file] [log] [blame]
--- hdaps-gl-0.0.5/Makefile 2005-08-30 20:06:53.000000000 +0200
+++ hdaps-gl-0.0.5-1/Makefile 2008-09-22 22:55:57.000000000 +0200
@@ -10,7 +10,7 @@
all: hdaps-gl
hdaps-gl: hdaps-gl.c
- $(CC) $(CFLAGS) $(LIBDIR) $(LIBRARIES) -o hdaps-gl hdaps-gl.c
+ $(CC) $(CFLAGS) $(LIBDIR) -o hdaps-gl hdaps-gl.c $(LIBRARIES)
clean:
rm -f hdaps-gl *.o