diff --git a/nand-loader/Makefile b/nand-loader/Makefile index 819cfe9..652aaa6 100644 --- a/nand-loader/Makefile +++ b/nand-loader/Makefile @@ -40,7 +40,7 @@ LIBS := -lpng -lmodplay -lasnd -lwiiuse -lbte -logc -lm -lz # list of directories containing libraries, this must be the top level containing # include and lib #--------------------------------------------------------------------------------- -LIBDIRS := $(PORTLIBS) +LIBDIRS := #--------------------------------------------------------------------------------- @@ -87,7 +87,7 @@ export OFILES := $(addsuffix .o,$(BINFILES)) \ export INCLUDE := $(foreach dir,$(INCLUDES), -iquote $(CURDIR)/$(dir)) \ $(foreach dir,$(LIBDIRS),-I$(dir)/include) \ -I$(CURDIR)/$(BUILD) \ - -I$(LIBOGC_INC) -I$(PORTLIBS)/include/ + -I$(LIBOGC_INC) #--------------------------------------------------------------------------------- # build a list of library paths