Author: shadzik
Date: Sun Aug  6 23:53:54 2006
New Revision: 7611

Modified:
   toys/vtk-c/trunk/Makefile
Log:
- s/LINK=g++/LINK=gcc/g


Modified: toys/vtk-c/trunk/Makefile
==============================================================================
--- toys/vtk-c/trunk/Makefile   (original)
+++ toys/vtk-c/trunk/Makefile   Sun Aug  6 23:53:54 2006
@@ -4,7 +4,7 @@
 SOURCES = vtk.c
 OBJECTS = vtk.o
 TARGET = vtk
-LINK = g++
+LINK = gcc
 CFLAGS  = -pipe -Wall -W -O2
 DEL_FILE = rm -f
 INSTALL = /usr/bin/install -c
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to