X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2FMakefile.userprog;fp=src%2FMakefile.userprog;h=0d93189d68a87ff0c4fabdf2dba6a88ef13fea11;hb=53c6e81d1cff87ffccfca368adcca8b092f2a0d1;hp=4cdf078ab9898f36ccbdec5835692b7a8c1c71b4;hpb=ab65396546f21401105c34f5700cda0dae304e8d;p=pintos-anon diff --git a/src/Makefile.userprog b/src/Makefile.userprog index 4cdf078..0d93189 100644 --- a/src/Makefile.userprog +++ b/src/Makefile.userprog @@ -7,7 +7,7 @@ SHELL = /bin/sh VPATH = $(SRCDIR) DEFINES = -DUSER -CPPFLAGS = -nostdinc -I$(SRCDIR) -I- -I$(SRCDIR)/lib -I$(SRCDIR)/lib/user +CPPFLAGS = -nostdinc -I$(SRCDIR) -I- -I$(SRCDIR)/lib -I$(SRCDIR)/lib/user -I. # Linker flags. LDFLAGS = -nostdlib -static -s