projects
/
platform
/
upstream
/
nasm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e5f22f
)
Undo a change that wasn't meant for public consumption (yet.)
author
H. Peter Anvin
<hpa@zytor.com>
Fri, 17 May 2002 16:43:17 +0000
(16:43 +0000)
committer
H. Peter Anvin
<hpa@zytor.com>
Fri, 17 May 2002 16:43:17 +0000
(16:43 +0000)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index
aa7bff1
..
a83ab22
100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-15,7
+15,7
@@
bindir = @bindir@
mandir = @mandir@
CC = @CC@
-CFLAGS = @CFLAGS@ -I$(srcdir) -I.
+CFLAGS = @CFLAGS@
@GCCFLAGS@
-I$(srcdir) -I.
LDFLAGS = @LDFLAGS@
INSTALL = @INSTALL@