7a3b3c0c7c
- use DESTDIR consistently -> stays inside fake area now - regen useful patches
30 lines
742 B
Plaintext
30 lines
742 B
Plaintext
$OpenBSD: patch-input_tab_Makefile_in,v 1.1 2004/01/06 20:58:43 sturm Exp $
|
|
--- input_tab/Makefile.in.orig 1999-02-24 09:30:34.000000000 +0100
|
|
+++ input_tab/Makefile.in 2004-01-06 21:35:17.000000000 +0100
|
|
@@ -15,8 +15,23 @@ cin2tab:
|
|
(cd ../src; make cin2tab)
|
|
ln -s ../src/cin2tab .
|
|
|
|
-%.tab: %.cin cin2tab
|
|
- ./cin2tab $(basename $<)
|
|
+phone.tab: cin2tab phone.cin
|
|
+ ./cin2tab phone
|
|
+
|
|
+array30.tab: cin2tab array30.cin
|
|
+ ./cin2tab array30
|
|
+
|
|
+cj.tab: cin2tab cj.cin
|
|
+ ./cin2tab cj
|
|
+
|
|
+cantonese.tab: cin2tab cantonese.cin
|
|
+ ./cin2tab cantonese
|
|
+
|
|
+pinyin.tab: cin2tab pinyin.cin
|
|
+ ./cin2tab pinyin
|
|
+
|
|
+zmdbosh.tab: cin2tab zmdbosh.cin
|
|
+ ./cin2tab zmdbosh
|
|
|
|
install: all
|
|
if [ ! -d $(PATH_XCIN_DIR) ]; then $(INSTALL_DIR) $(PATH_XCIN_DIR); fi
|