aboutsummaryrefslogtreecommitdiff
path: root/odb/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'odb/makefile')
-rw-r--r--odb/makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/odb/makefile b/odb/makefile
index cd952f6..9c384f4 100644
--- a/odb/makefile
+++ b/odb/makefile
@@ -270,14 +270,14 @@ $(clean): \
# Generated .gitignore.
#
-ifeq ($(out_base),$(src_base))
-$(odb): | $(out_base)/.gitignore
-
-$(out_base)/.gitignore: files := odb odb.so $(genf)
-$(clean): $(out_base)/.gitignore.clean
-
-$(call include,$(bld_root)/git/gitignore.make)
-endif
+#ifeq ($(out_base),$(src_base))
+#$(odb): | $(out_base)/.gitignore
+#
+#$(out_base)/.gitignore: files := odb odb.so $(genf)
+#$(clean): $(out_base)/.gitignore.clean
+#
+#$(call include,$(bld_root)/git/gitignore.make)
+#endif
# Rules.
#