diff options
author | monty@work.mysql.com <> | 2000-12-13 12:43:45 +0100 |
---|---|---|
committer | monty@work.mysql.com <> | 2000-12-13 12:43:45 +0100 |
commit | e1c55775e554876c449d57968480c4630203ac68 (patch) | |
tree | 30402773df533d84ae847cd89d3a19df4db4ffbc /include/Makefile.am | |
parent | c15819407686dc7bbfe92d49133e87dae7809fc9 (diff) | |
download | mariadb-git-e1c55775e554876c449d57968480c4630203ac68.tar.gz |
mysql.spec.sh Don't install BDB
Do-patch-file Update for new web structure
Makefile.am Added dependency for manual_toc.html
Makefile.am Replaced chmod with RM to avoid error message
Diffstat (limited to 'include/Makefile.am')
-rw-r--r-- | include/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 83ba47dc219..17d9c95216c 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -45,7 +45,7 @@ link_sources: # This should be changed in the source and removed. my_global.h: global.h - -$(CHMOD) u+w my_global.h + $(RM) -f my_global.h $(CP) global.h my_global.h # These files should not be included in distributions since they are |