diff options
author | unknown <joerg@trift2.> | 2007-03-19 15:24:07 +0100 |
---|---|---|
committer | unknown <joerg@trift2.> | 2007-03-19 15:24:07 +0100 |
commit | 9357dae8c2788642b7969c749ab3e32a10d3c124 (patch) | |
tree | 9243d561490c1ed792b976cab5b934354c6f4e6f /netware | |
parent | 6f4a4d8a7d2b4e422a2e76e9f572fce32550b868 (diff) | |
download | mariadb-git-9357dae8c2788642b7969c749ab3e32a10d3c124.tar.gz |
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.
Diffstat (limited to 'netware')
-rw-r--r-- | netware/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/netware/Makefile.am b/netware/Makefile.am index 8a9945fc6a4..59ebd624ed2 100644 --- a/netware/Makefile.am +++ b/netware/Makefile.am @@ -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 |