diff options
author | Noah Slater <nslater@apache.org> | 2008-09-14 18:50:09 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2008-09-14 18:50:09 +0000 |
commit | 81c29a0791d5d510deaa3a66811b1eada4d45e31 (patch) | |
tree | 6b435ce7777b4fa7a11959fe567850a73570dd38 | |
parent | 87476b2eba463f6aa406fbfe2257be7a5e765a1e (diff) |
modified Makefile.am not to clean non-generated file
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@695263 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | etc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/Makefile.am b/etc/Makefile.am index 2711afdb..cc144d96 100644 --- a/etc/Makefile.am +++ b/etc/Makefile.am @@ -25,7 +25,7 @@ endif nobase_sysconf_DATA = $(default_sysconf_data) $(init_sysconf_data) -CLEANFILES = $(init_DATA) $(nobase_sysconf_DATA) $(launchd_DATA) +CLEANFILES = $(init_DATA) $(default_sysconf_data) $(launchd_DATA) transform = @program_transform_name@ couchdb_command_name = `echo couchdb | sed '$(transform)'` |