131-fix_lib_compile.patch 201 B

1234567891011
  1. --- a/lib/Makefile
  2. +++ b/lib/Makefile
  3. @@ -7,7 +7,7 @@ SUBDIRS =
  4. # CFLAGS += -Werror
  5. CPPFLAGS += -I../include
  6. LIBS = libmtd
  7. -TARGETS = libmtd.a
  8. +override TARGETS = libmtd.a
  9. include ../common.mk