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
commit55ee10b64905a486576d8015771c7b8981c6bc3d (patch)
tree955a509746e425c8c1eed2c1e9564d2982661e0e /examples
parent85861a24396bf4acbf50b19cb614fbfdd819cf8d (diff)
downloadATCD-55ee10b64905a486576d8015771c7b8981c6bc3d.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 \