diff options
Diffstat (limited to 'mtools/Makefile')
-rw-r--r-- | mtools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mtools/Makefile b/mtools/Makefile index 16d63a69..4b52cb67 100644 --- a/mtools/Makefile +++ b/mtools/Makefile @@ -8,7 +8,7 @@ LDHASH := $(call gcc_ok,-Wl$(comma)--hash-style=both,) CC = gcc OPTFLAGS = -g -Os -INCLUDES = -I. -I.. -I../libfat +INCLUDES = -I. -I.. -I../libfat -I../libinstaller CFLAGS = -W -Wall -D_FILE_OFFSET_BITS=64 $(OPTFLAGS) $(INCLUDES) LDFLAGS = $(LDHASH) -s @@ -17,7 +17,7 @@ OBJS = $(patsubst %.c,%.o,$(notdir $(SRCS))) .SUFFIXES: .c .o .i .s .S -VPATH = .:..:../libfat +VPATH = .:..:../libfat:../libinstaller all: installer |