From 7da1d644ff98078ad2a78d940ec991abff440b00 Mon Sep 17 00:00:00 2001 From: Tom Schouten Date: Wed, 5 Feb 2003 06:05:39 +0000 Subject: pdp 0.8.3 svn path=/trunk/externals/pdp/; revision=382 --- Makefile.linux_mmx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.linux_mmx') 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 -- cgit v1.2.1