toys/vtk-c/trunk/Makefile

shadzik cvs at pld-linux.org
Mon Aug 7 00:06:44 CEST 2006


Author: shadzik
Date: Mon Aug  7 00:06:43 2006
New Revision: 7613

Modified:
   toys/vtk-c/trunk/Makefile
Log:
- delete $(LFLAGS)


Modified: toys/vtk-c/trunk/Makefile
==============================================================================
--- toys/vtk-c/trunk/Makefile	(original)
+++ toys/vtk-c/trunk/Makefile	Mon Aug  7 00:06:43 2006
@@ -11,7 +11,7 @@
 
 all: Makefile $(TARGET)
 $(TARGET):  $(OBJECTS)
-	$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS)
+	$(LINK) -o $(TARGET) $(OBJECTS)
 
 clean:
 	$(DEL_FILE) $(OBJECTS) $(TARGET)


More information about the pld-cvs-commit mailing list