You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
362 B

diff -ru bashmark-0.6.2-orig/makefile bashmark-0.6.2/makefile
--- bashmark-0.6.2-orig/makefile 2007-10-08 23:01:06.000000000 +0300
+++ bashmark-0.6.2/makefile 2007-10-08 23:01:22.000000000 +0300
@@ -10,7 +10,7 @@
BIN = bashmark
$(BIN): $(OBJ)
- $(LD) $(LDFLAGS) $(CXXFLAGS) $(OBJ) -o $(BIN)
+ $(LD) $(CXXFLAGS) $(OBJ) $(LDFLAGS) -o $(BIN)
Benchmark.o: