SVN: toys/vtk-c/trunk/Makefile

shadzik shadzik at pld-linux.org
Mon Jul 16 23:47:09 CEST 2007


Author: shadzik
Date: Mon Jul 16 23:47:09 2007
New Revision: 8686

Modified:
   toys/vtk-c/trunk/Makefile
Log:
- fix objects


Modified: toys/vtk-c/trunk/Makefile
==============================================================================
--- toys/vtk-c/trunk/Makefile	(original)
+++ toys/vtk-c/trunk/Makefile	Mon Jul 16 23:47:09 2007
@@ -2,7 +2,7 @@
 bindir = $(PREFIX)/bin
 DESTDIR =
 SOURCES = vtk.c
-OBJECTS = $(SOURCES:%.c,%.o)
+OBJECTS = vtk.o
 TARGET = vtk
 CC = gcc
 CCLD = $(CC)


More information about the pld-cvs-commit mailing list