mirror of
https://github.com/MariaDB/server.git
synced 2025-08-29 00:08:14 +03:00
12 lines
467 B
Plaintext
12 lines
467 B
Plaintext
--- mysql-3.23.34a/sql/Makefile.in.orig Mon Mar 12 08:27:39 2001
|
|
+++ mysql-3.23.34a/sql/Makefile.in Thu Mar 15 04:11:14 2001
|
|
@@ -373,7 +373,7 @@
|
|
|
|
mysqlbinlog: $(mysqlbinlog_OBJECTS) $(mysqlbinlog_DEPENDENCIES)
|
|
@rm -f mysqlbinlog
|
|
- $(CXXLINK) $(mysqlbinlog_LDFLAGS) $(mysqlbinlog_OBJECTS) $(mysqlbinlog_LDADD) $(LIBS)
|
|
+ $(CXXLINK) $(mysqld_LDFLAGS) $(mysqlbinlog_OBJECTS) $(mysqld_LDADD) $(LIBS)
|
|
|
|
mysqld: $(mysqld_OBJECTS) $(mysqld_DEPENDENCIES)
|
|
@rm -f mysqld
|