Explorar o código

post/Makefile: make sure to use the correct flags

ARFLAGS was not set, which caused "ppc_8xx-ar: creating libgenpost.a"
messages to be printed.

Signed-off-by: Wolfgang Denk <wd@denx.de>
Wolfgang Denk %!s(int64=17) %!d(string=hai) anos
pai
achega
19cf2ec90d
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      post/Makefile

+ 1 - 0
post/Makefile

@@ -21,6 +21,7 @@
 # MA 02111-1307 USA
 #
 
+include $(TOPDIR)/config.mk
 include $(TOPDIR)/include/autoconf.mk
 
 LIB				= libpost.a