toys/vtk-c/trunk/Makefile

shadzik cvs at pld-linux.org
Sun Aug 6 23:53:55 CEST 2006


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


More information about the pld-cvs-commit mailing list