summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 27b2a0d..ce22d20 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
build all:
(cd c_src && make all)
mkdir -p priv
- cp c_src/fsynchelper c_src/hsmhelper priv/
+ cp c_src/fsynchelper c_src/hsmhelper c_src/permdbport priv/
mkdir -p test/ebin
(cd src && erlc -bber +der src/Dss.asn1 && rm Dss.beam)
./make.erl