summaryrefslogtreecommitdiff
path: root/sc/addin/rot13/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sc/addin/rot13/makefile.mk')
-rw-r--r--sc/addin/rot13/makefile.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/sc/addin/rot13/makefile.mk b/sc/addin/rot13/makefile.mk
index 96652cb8532f..1debfdc9d070 100644
--- a/sc/addin/rot13/makefile.mk
+++ b/sc/addin/rot13/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: hjs $ $Date: 2002-05-14 11:10:57 $
+# last change: $Author: hr $ $Date: 2003-03-26 18:03:18 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -114,8 +114,9 @@ $(MISC)$/cl2c.pl: ..$/util$/cl2c.pl
@+$(COPY) ..$/util$/cl2c.pl $@
.ENDIF
+# convert C++ //... comments to C /*...*/ comments without affecting http://...
$(INCCOM)$/xlang.h : $(SOLARINCDIR)$/tools$/lang.hxx
- @+$(COPY) $(SOLARINCDIR)$/tools$/lang.hxx $@
+ @+$(SED) -e "s#\([ \t]\)//\(.*\)#\1/*\2 */#" -e "s#^//\(.*\)#/*\1 */#" $(SOLARINCDIR)$/tools$/lang.hxx >$@
$(SLOFILES) : $(INCCOM)$/xlang.h