Commit 9874a762 authored by serg@serg.mylan's avatar serg@serg.mylan

fix for BSD make

parent 13ae6420
...@@ -23,5 +23,5 @@ examples: ...@@ -23,5 +23,5 @@ examples:
cd examples && $(MAKE) cd examples && $(MAKE)
unit: $(srcdir)/unit.pl unit: $(srcdir)/unit.pl
cp $< $@ cp $(srcdir)/unit.pl $@
chmod +x $@ chmod +x $@
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment