diff options
Diffstat (limited to 'japanese/okphone/files/patch-ad')
-rw-r--r-- | japanese/okphone/files/patch-ad | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/japanese/okphone/files/patch-ad b/japanese/okphone/files/patch-ad new file mode 100644 index 000000000000..b0408bbb2e6c --- /dev/null +++ b/japanese/okphone/files/patch-ad @@ -0,0 +1,11 @@ +--- ./Makefile.org Fri Dec 15 01:30:07 1989 ++++ ./Makefile Wed Feb 7 20:39:53 1996 +@@ -13,3 +13,8 @@ + done + + default: all ++ ++install: ++ for i in ${DIRS} ; do \ ++ cd $$i ; make MFLAGS="${MFLAGS}" $@ ; cd .. ; \ ++ done |