fix for BSD make

This commit is contained in:
unknown 2006-05-25 12:48:31 +02:00
parent a04d9fa947
commit f04b7da96f

View file

@ -23,5 +23,5 @@ examples:
cd examples && $(MAKE)
unit: $(srcdir)/unit.pl
cp $< $@
cp $(srcdir)/unit.pl $@
chmod +x $@