1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

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

This commit is contained in:
joerg@trift2.
2007-03-19 15:24:07 +01:00
parent 1c6fc80fdc
commit 1e3cec5458

View File

@@ -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