diff options
-rw-r--r-- | vietnamese/vnless/files/patch-01 | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/vietnamese/vnless/files/patch-01 b/vietnamese/vnless/files/patch-01 index bcb2df2044b7..c67ee12bb528 100644 --- a/vietnamese/vnless/files/patch-01 +++ b/vietnamese/vnless/files/patch-01 @@ -1,5 +1,5 @@ ---- Makefile.orig Mon Feb 24 13:15:42 1992 -+++ Makefile Wed Dec 4 03:26:44 1996 +--- Makefile.orig Mon Feb 24 15:15:42 1992 ++++ Makefile Tue Apr 13 18:24:18 1999 @@ -31,15 +31,15 @@ # INSTALL_HELP is a list of the public version of the help file. # INSTALL_LESSMAN is a list of the public versions of the less manual page. @@ -30,38 +30,33 @@ ########################################################################## -@@ -82,24 +83,24 @@ +@@ -82,24 +83,19 @@ $(CC) $(CFLAGS) -c -DHELPFILE=\"$(HELPFILE)\" help.c install_less: vnless - for f in $(INSTALL_LESS); do rm -f $$f; cp vnless $$f; done - touch install_less + @for f in $(INSTALL_LESS); do rm -f $$f; cp vnless $$f; done -+ @touch install_less install_key: lesskey - for f in $(INSTALL_KEY); do rm -f $$f; cp lesskey $$f; done - touch install_key + @for f in $(INSTALL_KEY); do rm -f $$f; cp lesskey $$f; done -+ @touch install_key install_help: less.help - for f in $(INSTALL_HELP); do rm -f $$f; cp less.help $$f; done - touch install_help + @for f in $(INSTALL_HELP); do rm -f $$f; cp less.help $$f; done -+ @touch install_help install_lman: $(LESS_MANUAL) - for f in $(INSTALL_LESSMAN); do rm -f $$f; cp $(LESS_MANUAL) $$f; done - touch install_lman + @for f in $(INSTALL_LESSMAN); do rm -f $$f; cp $(LESS_MANUAL) $$f; done -+ @touch install_lman install_kman: $(KEY_MANUAL) - for f in $(INSTALL_KEYMAN); do rm -f $$f; cp $(KEY_MANUAL) $$f; done - touch install_kman + @for f in $(INSTALL_KEYMAN); do rm -f $$f; cp $(KEY_MANUAL) $$f; done -+ @touch install_kman ########################################################################## # Maintenance |