MAKEFLAGS doesn't belong into Makefile.am - it's added automagically

when generating Makefile.in

svn path=/trunk/; revision=23195
This commit is contained in:
Jörg Mayer 2007-10-15 21:15:57 +00:00
parent 101d2e55f9
commit 2587cbfa0e
2 changed files with 1 additions and 2 deletions

View File

@ -21,7 +21,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
all:
SUBDIRS = \
acp133 \

View File

@ -21,4 +21,4 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
MAKE_CNF_EXPORT = $(MAKE) $(MAKEFLAGS) generate_export
MAKE_CNF_EXPORT = $(MAKE) generate_export