diff options
author | Steve Huston <shuston@riverace.com> | 1998-04-04 00:58:32 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1998-04-04 00:58:32 +0000 |
commit | e09ad49b8584f835b02f77289213be377f02d7ff (patch) | |
tree | 955a509746e425c8c1eed2c1e9564d2982661e0e /examples | |
parent | 1ada7625613cf68df1420b192fbc3390bb21180b (diff) | |
download | ATCD-e09ad49b8584f835b02f77289213be377f02d7ff.tar.gz |
Moved program sources from SRC to PSRC
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Timer_Queue/Makefile | 3 |
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 \ |