[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r17094: {torvm} Remove deprecated source file from dependency list (torvm/trunk/build/win32/src/torvm-w32)
Author: coderman
Date: 2008-10-14 16:03:29 -0400 (Tue, 14 Oct 2008)
New Revision: 17094
Modified:
torvm/trunk/build/win32/src/torvm-w32/Makefile
Log:
Remove deprecated source file from dependency list
Modified: torvm/trunk/build/win32/src/torvm-w32/Makefile
===================================================================
--- torvm/trunk/build/win32/src/torvm-w32/Makefile 2008-10-14 19:06:26 UTC (rev 17093)
+++ torvm/trunk/build/win32/src/torvm-w32/Makefile 2008-10-14 20:03:29 UTC (rev 17094)
@@ -10,7 +10,7 @@
all: torvm$(EXESUF)
-OBJS+=torvm.o torvmrc.o apicommon.o creds.o extension.o thrpool.o
+OBJS+=torvm.o torvmrc.o apicommon.o creds.o thrpool.o
torvm$(EXESUF): $(OBJS) vmconfig.h
$(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
@@ -27,9 +27,6 @@
creds.o: creds.c
$(CC) $(CPPFLAGS) -c -o $@ $<
-extension.o: extension.c
- $(CC) $(CPPFLAGS) -c -o $@ $<
-
thrpool.o: thrpool.c
$(CC) $(CPPFLAGS) -c -o $@ $<