diff options
author | nobody <nobody@localhost> | 2003-12-09 09:57:09 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2003-12-09 09:57:09 +0800 |
commit | 135a7f083e2563bf1934dba9c0c966d573f049d0 (patch) | |
tree | 75bb0caf9afd4b94842023406d6a7938c5d8b2b7 /server.mk | |
parent | 0031a7166cd0f3fc0cec0b60c468ca22a8c45b0b (diff) | |
download | gsoc2013-evolution-135a7f083e2563bf1934dba9c0c966d573f049d0.tar.gz gsoc2013-evolution-135a7f083e2563bf1934dba9c0c966d573f049d0.tar.zst gsoc2013-evolution-135a7f083e2563bf1934dba9c0c966d573f049d0.zip |
This commit was manufactured by cvs2svn to create tag 'R_5_2'.R_5_2
svn path=/tags/R_5_2/; revision=23850
Diffstat (limited to 'server.mk')
-rw-r--r-- | server.mk | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/server.mk b/server.mk deleted file mode 100644 index acdc12bb65..0000000000 --- a/server.mk +++ /dev/null @@ -1,11 +0,0 @@ -%.server.in: %.server.in.in - sed -e 's|\@BINDIR\@|$(bindir)|' \ - -e 's|\@LIBEXECDIR\@|$(privlibexecdir)|' \ - -e 's|\@COMPONENTDIR\@|$(componentdir)|' \ - -e 's|\@IMPORTERSDIR\@|$(importersdir)|' \ - -e 's|\@VERSION\@|$(BASE_VERSION)|' \ - -e 's|\@INTERFACE_VERSION\@|$(INTERFACE_VERSION)|' $< > $@ - -%_$(BASE_VERSION).server: %.server - mv $< $@ - |