projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
691750d
)
Add -DPINTOS to DEFINES.
author
Ben Pfaff
<blp@cs.stanford.edu>
Thu, 18 Nov 2004 01:13:40 +0000
(
01:13
+0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Thu, 18 Nov 2004 01:13:40 +0000
(
01:13
+0000)
src/Makefile.userprog
patch
|
blob
|
history
diff --git
a/src/Makefile.userprog
b/src/Makefile.userprog
index 0d93189d68a87ff0c4fabdf2dba6a88ef13fea11..29bdcf8b73f1306f250123310588ad982c54dc5d 100644
(file)
--- a/
src/Makefile.userprog
+++ b/
src/Makefile.userprog
@@
-6,7
+6,7
@@
SHELL = /bin/sh
VPATH = $(SRCDIR)
-DEFINES = -DUSER
+DEFINES = -D
PINTOS -D
USER
CPPFLAGS = -nostdinc -I$(SRCDIR) -I- -I$(SRCDIR)/lib -I$(SRCDIR)/lib/user -I.
# Linker flags.