From 4fbba40cd34402c014c66576490455c58856b51a Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 22 Sep 2004 00:27:40 +0000 Subject: [PATCH] Add -include constants.h. --- src/tests/userprog/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/tests/userprog/Makefile b/src/tests/userprog/Makefile index 3b35616..eac2f2d 100644 --- a/src/tests/userprog/Makefile +++ b/src/tests/userprog/Makefile @@ -12,7 +12,8 @@ LDLIBS = $(shell $(CC) -print-libgcc-file-name) VPATH = ../.. DEFINES = -DUSER -CPPFLAGS = -nostdinc -I../.. -I- -I../../lib -I../../lib/user +CPPFLAGS = -nostdinc -I../.. -I- -I../../lib -I../../lib/user \ + -include constants.h # C library sources linked into every test program. LIB_SRC = lib/debug.c # Debug code. -- 2.30.2