aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/tcsh/files/fix-make-catalogs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/tcsh/files/fix-make-catalogs.patch')
-rw-r--r--meta-oe/recipes-extended/tcsh/files/fix-make-catalogs.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/meta-oe/recipes-extended/tcsh/files/fix-make-catalogs.patch b/meta-oe/recipes-extended/tcsh/files/fix-make-catalogs.patch
deleted file mode 100644
index 43001f117d..0000000000
--- a/meta-oe/recipes-extended/tcsh/files/fix-make-catalogs.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-Author: christos <christos>
-Date: Thu May 13 18:39:02 2010 +0000
-
- add a rule to make catalogs and propagate ${MAKE} instead of hard-coding make.
-
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -687,7 +687,7 @@ shar:
- rm -rf tcsh-${VERSION}
-
- catalogs:
-- @(cd nls; make catalogs)
-+ @(cd nls; ${MAKE})
-
- tcsh-${VERSION}.tar.Z:
- rm -rf tcsh-${VERSION}
---- a/nls/Makefile.in
-+++ b/nls/Makefile.in
-@@ -18,7 +18,7 @@ install: $(INSTALLED)
- $(INSTALL) $< $@
-
- %.cat:
-- $(GENCAT) $@ $(@:%.cat=%)/*set*
-+ cat $(@:%.cat=%)/charset $(@:%.cat=%)/set* | $(GENCAT) $@
-
- clean:
- $(RM) $(CATALOGS)