summaryrefslogtreecommitdiff
path: root/ecp/src/ecp/Makefile
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2022-03-15 04:34:50 +0100
committerUros Majstorovic <majstor@majstor.org>2022-03-15 04:34:50 +0100
commitfbb5a477eaed7a4dc0a8adf2785c20653f064af7 (patch)
treee1137fadf5735e8c5b90a3ca25ef5e516f352639 /ecp/src/ecp/Makefile
parent620c0560567b1143afb0477c6c2ec9f44ab63a77 (diff)
basic test passed
Diffstat (limited to 'ecp/src/ecp/Makefile')
-rw-r--r--ecp/src/ecp/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/ecp/src/ecp/Makefile b/ecp/src/ecp/Makefile
index 2bdd563..c403829 100644
--- a/ecp/src/ecp/Makefile
+++ b/ecp/src/ecp/Makefile
@@ -31,11 +31,11 @@ install: all
if [ -f vconn/libecpvconn.a ]; then \
install vconn/libecpvconn.a $(build_dir); \
fi
- if [ -f dir/libecpext.a ]; then \
- install vconn/libecpext.a $(build_dir); \
+ if [ -f ext/libecpext.a ]; then \
+ install ext/libecpext.a $(build_dir); \
fi
if [ -f dir/libecpdir.a ]; then \
- install vconn/libecpdir.a $(build_dir); \
+ install dir/libecpdir.a $(build_dir); \
fi
clean: