aboutsummaryrefslogtreecommitdiff
path: root/Makefile.linux_mmx
diff options
context:
space:
mode:
authorTom Schouten <doelie@users.sourceforge.net>2003-02-05 06:05:39 +0000
committerTom Schouten <doelie@users.sourceforge.net>2003-02-05 06:05:39 +0000
commit7da1d644ff98078ad2a78d940ec991abff440b00 (patch)
treecd5942bd3be84b57228d4d978ec4753dbdc56a89 /Makefile.linux_mmx
parent41faefa9874e70af29f1ad5ebc2a55f0be9a9cff (diff)
pdp 0.8.3
svn path=/trunk/externals/pdp/; revision=382
Diffstat (limited to 'Makefile.linux_mmx')
-rw-r--r--Makefile.linux_mmx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.linux_mmx b/Makefile.linux_mmx
index 2d988ec..2adbb1c 100644
--- a/Makefile.linux_mmx
+++ b/Makefile.linux_mmx
@@ -1,4 +1,4 @@
pdp.pd_linux: pdp_all
rm -f pdp.pd_linux
- gcc -export_dynamic -shared -o pdp.pd_linux modules/*.o system/*.o system/mmx/*.o $(PDP_LIBS)
+ $(CC) -export_dynamic -shared -o pdp.pd_linux modules/*.o system/*.o system/mmx/*.o $(PDP_LIBS)
#strip --strip-unneeded pdp.pd_linux