diff options
author | Micael Karlberg <[email protected]> | 2011-10-20 12:47:28 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-10-20 12:47:28 +0200 |
commit | da49021ad3323f90c95a65962b6dfff5a7b139f6 (patch) | |
tree | e1d603168ff2a86c81980bf89cc3d4808ec20a8a /lib/orber | |
parent | 97282ecb85d44b12a452563b0eb594404f7144e1 (diff) | |
parent | 6ef9aef50dbe839098e4330a97247aa21a15ecde (diff) | |
download | otp-da49021ad3323f90c95a65962b6dfff5a7b139f6.tar.gz otp-da49021ad3323f90c95a65962b6dfff5a7b139f6.tar.bz2 otp-da49021ad3323f90c95a65962b6dfff5a7b139f6.zip |
Merge branch 'master' of super:otp into bmk/inets/inets58_integration
Diffstat (limited to 'lib/orber')
-rw-r--r-- | lib/orber/COSS/CosNaming/Makefile | 2 | ||||
-rw-r--r-- | lib/orber/examples/Stack/Makefile | 2 | ||||
-rw-r--r-- | lib/orber/src/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/orber/COSS/CosNaming/Makefile b/lib/orber/COSS/CosNaming/Makefile index 28b4d9cacc..d4b2079036 100644 --- a/lib/orber/COSS/CosNaming/Makefile +++ b/lib/orber/COSS/CosNaming/Makefile @@ -113,7 +113,7 @@ debug: @${MAKE} TYPE=debug clean: - rm -f $(TARGET_FILES) $(GEN_FILES) $(APP_TARGET) + rm -f $(TARGET_FILES) $(GEN_FILES) $(APP_TARGET) IDL-GENERATED rm -f errs core *~ $(APP_TARGET): $(APP_SRC) diff --git a/lib/orber/examples/Stack/Makefile b/lib/orber/examples/Stack/Makefile index ccb65038a3..215e57fcbe 100644 --- a/lib/orber/examples/Stack/Makefile +++ b/lib/orber/examples/Stack/Makefile @@ -96,7 +96,7 @@ ERL_COMPILE_FLAGS += \ debug opt: $(TARGET_FILES) clean: - rm -f $(TARGET_FILES) $(GEN_ERL_MODULES:%=%.erl) $(GEN_HRL_FILES) $(CLASS_FILES) + rm -f $(TARGET_FILES) $(GEN_ERL_MODULES:%=%.erl) $(GEN_HRL_FILES) $(CLASS_FILES) IDL-GENERATED rm -f errs core *~ docs: diff --git a/lib/orber/src/Makefile b/lib/orber/src/Makefile index ed62c94b98..e812e22b46 100644 --- a/lib/orber/src/Makefile +++ b/lib/orber/src/Makefile @@ -212,7 +212,7 @@ debug: opt: $(TARGET_FILES) $(APP_TARGET) $(APPUP_TARGET) clean: - rm -f $(TARGET_FILES) $(GEN_FILES) $(APP_TARGET) $(APPUP_TARGET) + rm -f $(TARGET_FILES) $(GEN_FILES) $(APP_TARGET) $(APPUP_TARGET) IDL-GENERATED rm -f errs core *~ $(APP_TARGET): $(APP_SRC) ../vsn.mk |