summaryrefslogtreecommitdiff
path: root/ace/Makefile
diff options
context:
space:
mode:
authorcrodrigu <crodrigu@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-11-16 02:05:58 +0000
committercrodrigu <crodrigu@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-11-16 02:05:58 +0000
commit80410d46ecb2a3706e12859cc2080b5552f892d8 (patch)
treee3f1a3c813cb9c77970a6e30bc0c5ac8920a56b7 /ace/Makefile
parent0a16d986f01261c5c4d988c11514a81eedb7b037 (diff)
downloadATCD-80410d46ecb2a3706e12859cc2080b5552f892d8.tar.gz
ChangeLogTag: Thu Nov 15 20:44:40 2001 Craig Rodrigues <crodrigu@bbn.com>
Diffstat (limited to 'ace/Makefile')
-rw-r--r--ace/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/ace/Makefile b/ace/Makefile
index 2e80ce799cf..fe845b1e039 100644
--- a/ace/Makefile
+++ b/ace/Makefile
@@ -539,6 +539,7 @@ Svc_Conf_y.cpp: Svc_Conf.y
-e "s/YY/ACE_YY/g" \
-e "s/Svc_Conf\.tab\.c/Svc_Conf_y.cpp/g" < Svc_Conf.tab.c > /tmp/$@; \
cp /tmp/$@ $@; \
+ patch < ../etc/Svc_Conf_y.cpp.diff; \
echo '// $$'\I\d'$$' > Svc_Conf_Tokens.h; \
cat Svc_Conf.tab.h >> Svc_Conf_Tokens.h; \
$(RM) -f /tmp/$@ Svc_Conf.tab.c Svc_Conf.tab.h Svc_Conf_y.cpp.orig; \