From: Steve Youngs Date: Sun, 27 Apr 2003 22:30:08 +0000 (+0000) Subject: 2003-04-28 Steve Youngs X-Git-Url: https://cgit.sxemacs.org/?p=gnus;a=commitdiff_plain;h=000d16f0cd866272127168d510c1e33161e9495f 2003-04-28 Steve Youngs * Makefile.in (FLAGS): Use @FLAGS@. This should have gone in with my patch from last week, so technically it was before the feature freeze. :-) --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b684051d4..7e9322428 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2003-04-28 Steve Youngs + + * Makefile.in (FLAGS): Use @FLAGS@. + 2003-04-27 Reiner Steib * gnus-art.el (gnus-mime-display-multipart-as-mixed) diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 9db33b139..38099cb20 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -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