add missing dependency

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1424 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc 2005-10-29 01:27:36 +00:00
parent 9dbbd43e54
commit 12ea99994c

View File

@ -57,7 +57,7 @@ chr_translate_bootstrap1.pl: $(srcdir)/chr_translate_bootstrap1.chr
-g "chr_compile_step2('$<','$@'),halt." \
-z 'halt(1).'
chr_translate_bootstrap2.pl: $(srcdir)/chr_translate_bootstrap2.chr
chr_translate_bootstrap2.pl: $(srcdir)/chr_translate_bootstrap2.chr chr_translate_bootstrap1.pl
$(PL) -l chr_swi_bootstrap.yap \
-g "chr_compile_step2('$<','$@'),halt." \
-z 'halt(1).'