From 2587cbfa0efba74470f677e1ae3325e0651d3f9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Mon, 15 Oct 2007 21:15:57 +0000 Subject: [PATCH] MAKEFLAGS doesn't belong into Makefile.am - it's added automagically when generating Makefile.in svn path=/trunk/; revision=23195 --- asn1/Makefile.am | 1 - asn1/Makefile.preinc | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/asn1/Makefile.am b/asn1/Makefile.am index 5efcb83467..ce2f6aed49 100644 --- a/asn1/Makefile.am +++ b/asn1/Makefile.am @@ -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 \ diff --git a/asn1/Makefile.preinc b/asn1/Makefile.preinc index cfab7961cf..1b7ad0da0d 100644 --- a/asn1/Makefile.preinc +++ b/asn1/Makefile.preinc @@ -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