aboutsummaryrefslogtreecommitdiff
path: root/externals
diff options
context:
space:
mode:
Diffstat (limited to 'externals')
-rw-r--r--externals/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/externals/Makefile b/externals/Makefile
index 100c087e..2fe8a0af 100644
--- a/externals/Makefile
+++ b/externals/Makefile
@@ -360,14 +360,14 @@ boids_clean:
#------------------------------------------------------------------------------#
# BSAYLOR
bsaylor:
- make -C $(externals_src)/iem/bsaylor/bsaylor
+ make -C $(externals_src)/bsaylor
bsaylor_install:
- make -C $(externals_src)/iem/bsaylor/bsaylor \
+ make -C $(externals_src)/bsaylor \
DESTDIR="$(DESTDIR)" objectsdir="$(objectsdir)" install
bsaylor_clean:
- make -C $(externals_src)/iem/bsaylor/bsaylor clean
+ make -C $(externals_src)/bsaylor clean
#------------------------------------------------------------------------------#