2003-04-28 Steve Youngs <youngs@xemacs.org>
authorSteve Youngs <steve@sxemacs.org>
Sun, 27 Apr 2003 22:30:08 +0000 (22:30 +0000)
committerSteve Youngs <steve@sxemacs.org>
Sun, 27 Apr 2003 22:30:08 +0000 (22:30 +0000)
* Makefile.in (FLAGS): Use @FLAGS@.

This should have gone in with my patch from last week, so technically
it was before the feature freeze. :-)

lisp/ChangeLog
lisp/Makefile.in

index b684051..7e93224 100644 (file)
@@ -1,3 +1,7 @@
+2003-04-28  Steve Youngs  <youngs@xemacs.org>
+
+       * Makefile.in (FLAGS): Use @FLAGS@.
+
 2003-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * gnus-art.el (gnus-mime-display-multipart-as-mixed) 
index 9db33b1..38099cb 100644 (file)
@@ -6,7 +6,7 @@ subdir = lisp
 top_srcdir = @top_srcdir@
 
 EMACS = @EMACS@
-FLAGS = -batch -q -no-site-file -l $(srcdir)/dgnushack.el
+FLAGS = @FLAGS@
 INSTALL = @INSTALL@
 INSTALL_DATA = @INSTALL_DATA@
 SHELL = /bin/sh