summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-07 16:38:45 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-07 16:38:45 +0000
commitc2ab939d8b207b1181fcc09f0da01a6dc0e44a96 (patch)
tree951009110ca574419f3c0bf0abea65179d15fa98
parentc8bdf6782e02b51bc13edd36b2b6078873abfacd (diff)
downloadATCD-c2ab939d8b207b1181fcc09f0da01a6dc0e44a96.tar.gz
added clean and realclean targets for VXWORKS
-rw-r--r--examples/System_V_IPC/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/System_V_IPC/Makefile b/examples/System_V_IPC/Makefile
index ba96a1ed89d..4146a49674a 100644
--- a/examples/System_V_IPC/Makefile
+++ b/examples/System_V_IPC/Makefile
@@ -32,7 +32,7 @@ ifdef VXWORKS
clobber.nested: any
depend.nested: any
rcs_info.nested: any
- any:
+ any clean realclean:
@echo These examples won\'t run or build for VxWorks.
else
include $(ACE_ROOT)/include/makeinclude/rules.common.GNU