From 7c257ebda7c12df2eb078c5dd343d00989ba6b62 Mon Sep 17 00:00:00 2001 From: Baudouin Chauviere Date: Mon, 6 May 2019 12:21:53 -0600 Subject: [PATCH] Fix on the makefile which was not targetting the right folder --- vpr7_x2p/libarchfpga/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vpr7_x2p/libarchfpga/Makefile b/vpr7_x2p/libarchfpga/Makefile index 36c7ea3da..4df3e9309 100644 --- a/vpr7_x2p/libarchfpga/Makefile +++ b/vpr7_x2p/libarchfpga/Makefile @@ -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