• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Japanese translation of message catalog for Sawfish Window-Manager


Commit MetaInfo

修订版e9f847406c0c2220fd5ed6cf5435c080cb75089a (tree)
时间1999-08-23 17:48:49
作者john <john>
Commiterjohn

Log Message

comment out DL_OBJS installation since there are none (and it doesn't
work on solaris..)

更改概述

差异

--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -58,9 +58,9 @@ install : all installdirs
5858 for p in sawmill sawmill-client; do \
5959 $(rep_LIBTOOL) $(INSTALL_PROGRAM) $$p ${bindir}; \
6060 done
61- for p in $(DL_OBJS); do \
62- $(rep_DL_INSTALL) $$p ${sawmillexecdir}; \
63- done
61+# for p in $(DL_OBJS); do \
62+# $(rep_DL_INSTALL) $$p ${sawmillexecdir}; \
63+# done
6464 $(INSTALL_PROGRAM) sawmill-ui.jlc $(bindir)/sawmill-ui
6565 $(INSTALL_PROGRAM) sawmill-menu.jlc $(bindir)/sawmill-menu
6666
@@ -68,9 +68,9 @@ uninstall :
6868 for p in sawmill sawmill-client; do \
6969 $(rep_LIBTOOL) rm ${bindir}/$$p; \
7070 done
71- for p in $(DL_OBJS); do \
72- $(rep_DL_UNINSTALL) ${sawmillexecdir}/$$p; \
73- done
71+# for p in $(DL_OBJS); do \
72+# $(rep_DL_UNINSTALL) ${sawmillexecdir}/$$p; \
73+# done
7474 rm -f ${bindir}/sawmill-ui ${bindir}/sawmill-menu
7575
7676 installdirs : $(top_srcdir)/mkinstalldirs