Fix on the makefile which was not targetting the right folder

This commit is contained in:
Baudouin Chauviere 2019-05-06 12:21:53 -06:00
parent 43af38d150
commit 7c257ebda7
1 changed files with 2 additions and 2 deletions

View File

@ -47,10 +47,10 @@ libarchfpga.a: $(OBJ) ../libpcre/libpcre.a ../libprinthandler/libprinthandler.a
cp ../libprinthandler/libprinthandler.a $@
ar rcs $@ $(OBJ)
../pcre/libpcre.a:
../libpcre/libpcre.a:
@ cd ../libpcre && make
../printhandler/libprinthandler.a:
../libprinthandler/libprinthandler.a:
@ cd ../libprinthandler && make
# Enable a second round of expansion so that we may include