From d7464aecc9105a13c2b622e12834862c4d6e29fd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lothar=20Wa=C3=9Fmann?= Date: Wed, 4 Jun 2014 10:11:46 +0200 Subject: [PATCH] post: remove redundant include of autoconf.mk which is already included from $(TOPDIR)/config.mk --- post/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/post/Makefile b/post/Makefile index 0ecae5bd64..04d8f78f15 100644 --- a/post/Makefile +++ b/post/Makefile @@ -6,7 +6,6 @@ # include $(TOPDIR)/config.mk -include $(OBJTREE)/include/autoconf.mk LIB = libpost.o GPLIB-$(CONFIG_HAS_POST) += libgenpost.o -- 2.39.2