summaryrefslogtreecommitdiff
path: root/bin/Makefile
diff options
context:
space:
mode:
authorcleeland <cleeland@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-07-22 21:06:32 +0000
committercleeland <cleeland@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-07-22 21:06:32 +0000
commit93dce37f5597a1535f8f1d95e8c3ca4b94849454 (patch)
tree73daf78b5834090be641250ceb1f842ddb56cec2 /bin/Makefile
parent8eafc4bf6c7c58cf8a1b3a664c8281e56b114de2 (diff)
downloadATCD-93dce37f5597a1535f8f1d95e8c3ca4b94849454.tar.gz
Changed WRAPPER_ROOT to ACE_ROOT.
Diffstat (limited to 'bin/Makefile')
-rw-r--r--bin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Makefile b/bin/Makefile
index 3125c849be6..8cf17a038f1 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -8,7 +8,7 @@ CXX = CC
CFILES = clone.cpp
OFILES = clone.o
DFLAGS = -g
-CFLAGS = $(DFLAGS) -I$(WRAPPER_ROOT)
+CFLAGS = $(DFLAGS) -I$(ACE_ROOT)
#############################################################################
# C++ directives