summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1998-04-04 00:58:32 +0000
committerSteve Huston <shuston@riverace.com>1998-04-04 00:58:32 +0000
commite09ad49b8584f835b02f77289213be377f02d7ff (patch)
tree955a509746e425c8c1eed2c1e9564d2982661e0e /examples
parent1ada7625613cf68df1420b192fbc3390bb21180b (diff)
downloadATCD-e09ad49b8584f835b02f77289213be377f02d7ff.tar.gz
Moved program sources from SRC to PSRC
Diffstat (limited to 'examples')
-rw-r--r--examples/Timer_Queue/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/Timer_Queue/Makefile b/examples/Timer_Queue/Makefile
index a5b1a2c14b0..eb53bcd783a 100644
--- a/examples/Timer_Queue/Makefile
+++ b/examples/Timer_Queue/Makefile
@@ -15,8 +15,7 @@ BIN = main_async \
main_reactor \
main_thread
-SRC = $(addsuffix .cpp,$(BIN))
-OBJ = $(SRC:%.cpp=$(VDIR)%.o)
+PSRC = $(addsuffix .cpp,$(BIN))
LSRC = Async_Timer_Queue_Test.cpp \
Reactor_Timer_Queue_Test.cpp \