summaryrefslogtreecommitdiff
path: root/manager/Makefile
diff options
context:
space:
mode:
authorManuel Traut <manut@mecka.net>2012-06-03 03:47:30 +0200
committerManuel Traut <manut@mecka.net>2012-06-03 03:47:30 +0200
commit5ab993a94e073077a0ecf4e97bbc35d34eb5fbbb (patch)
tree606061fe978d77a3ef49a3659245d72c86c740fb /manager/Makefile
parent49bdfca64db0d821acfbad37dbe6ac3d95969e12 (diff)
manager: add quick n'dirty register functions
- no locking at the moment - no unregister at the moment Signed-off-by: Manuel Traut <manut@mecka.net>
Diffstat (limited to 'manager/Makefile')
-rw-r--r--manager/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/manager/Makefile b/manager/Makefile
index 41553c3..496f3ad 100644
--- a/manager/Makefile
+++ b/manager/Makefile
@@ -25,13 +25,13 @@ all: $(OBJ)
idl:
$(TAO_IDL) -GI -I../interfaces ../interfaces/$(COMPONENT).idl
- rm -f $(COMPONENT)I.cpp
+ rm -f $(COMPONENT)I.cpp $(COMPONENT)I.h
idl_clean:
rm -f $(IDL_CLEANFILES)
clean: idl_clean
- rm *.o
+ rm -f *.o
rm -f $(EXEC)
install: all