Commit 9357dae8 authored by unknown's avatar unknown

netware/Makefile.am : "libmysql.imp" must survive a "make clean" for the NetWare builds.


netware/Makefile.am:
  "libmysql.imp" must survive a "make clean" for the NetWare builds.
parent 6f4a4d8a
......@@ -50,7 +50,8 @@ link_sources:
else
BUILT_SOURCES = libmysql.imp init_db.sql test_db.sql
CLEANFILES = $(BUILT_SOURCES)
DISTCLEANFILES = libmysql.imp
CLEANFILES = init_db.sql test_db.sql
# Create the libmysql.imp from libmysql/libmysql.def
libmysql.imp: $(top_srcdir)/libmysql/libmysql.def
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment