aboutsummaryrefslogtreecommitdiff
path: root/libbrep
diff options
context:
space:
mode:
Diffstat (limited to 'libbrep')
-rw-r--r--libbrep/buildfile8
1 files changed, 6 insertions, 2 deletions
diff --git a/libbrep/buildfile b/libbrep/buildfile
index 250c740..e649351 100644
--- a/libbrep/buildfile
+++ b/libbrep/buildfile
@@ -3,8 +3,12 @@
# license : MIT; see accompanying LICENSE file
define sql: file
-sql{*}: extension = sql
-sql{*}: install = data/
+
+sql{*}:
+{
+ extension = sql
+ install = data/
+}
# @@ ODB: these are ODB changelogs that are both generated and stored in the
# repository (what if src != out?). Will need to think how to handle