diff options
Diffstat (limited to 'development/xemacs/patches/check-features.patch')
-rw-r--r-- | development/xemacs/patches/check-features.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/development/xemacs/patches/check-features.patch b/development/xemacs/patches/check-features.patch new file mode 100644 index 0000000000..7da578a4b4 --- /dev/null +++ b/development/xemacs/patches/check-features.patch @@ -0,0 +1,11 @@ +--- xemacs-21.4.15/Makefile.in.in.orig 2004-07-09 19:00:27.000000000 -0400 ++++ xemacs-21.4.15/Makefile.in.in 2004-07-09 19:00:46.000000000 -0400 +@@ -403,7 +403,7 @@ + ## all. --cet + + check-features: all +- ${blddir}/src/${PROGNAME} -batch -l check-features.el ++ ${blddir}/src/${PROGNAME} -batch -l ${blddir}/lisp/check-features.el + + install-only: ${MAKE_SUBDIR} check-features install-arch-dep install-arch-indep + |