aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2013-02-03 21:14:37 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2013-02-03 21:14:37 +0000
commit03eec861b75d930a703c3e795077023ec0bd0f84 (patch)
tree13d6db2811a3dbf1d545b7d878509027825d8352
parent1036f9774bc7ac1c6a7d51c72d7cf03ee5528446 (diff)
fix oscx build to work ;)
svn path=/trunk/; revision=17021
-rw-r--r--externals/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/externals/Makefile b/externals/Makefile
index 3fc76ff9..49824740 100644
--- a/externals/Makefile
+++ b/externals/Makefile
@@ -1209,14 +1209,14 @@ osc_clean:
#------------------------------------------------------------------------------#
# OSCX
oscx:
- make -C $(externals_src)/mrpeach/oscx PD_PATH=$(pd_src) CFLAGS="$(CFLAGS)"
+ make -C $(externals_src)/oscx PD_PATH=$(pd_src) CFLAGS="$(CFLAGS)"
oscx_install:
- make -C $(externals_src)/mrpeach/oscx STRIP="$(STRIP)" \
+ make -C $(externals_src)/oscx STRIP="$(STRIP)" \
DESTDIR="$(DESTDIR)" objectsdir="$(objectsdir)" install
oscx_clean:
- make -C $(externals_src)/mrpeach/oscx clean
+ make -C $(externals_src)/oscx clean
#------------------------------------------------------------------------------#