git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
a7fbdc7
)
dot-i-suffix-20030220
author
Jim Rees
<rees@umich.edu>
Thu, 20 Feb 2003 21:00:03 +0000 (21:00 +0000)
committer
Jim Rees
<rees@umich.edu>
Thu, 20 Feb 2003 21:00:03 +0000 (21:00 +0000)
add .i suffix to Makefile.common.in for bsd make
src/libafs/Makefile.common.in
patch
|
blob
|
history
diff --git
a/src/libafs/Makefile.common.in
b/src/libafs/Makefile.common.in
index
7bdfee6
..
07d10ef
100644
(file)
--- a/
src/libafs/Makefile.common.in
+++ b/
src/libafs/Makefile.common.in
@@
-42,6
+42,7
@@
COMMON_INCLUDE = -I. -I.. -I../nfs \
-I${TOP_INCDIR}/afs \
# Build rules - CC and CFLAGS are defined in system specific MakefileProtos.
+.SUFFIXES: .i
.c.i:
$(CC) $(COMMON_INCLUDE) $(CFLAGS) -P -c $<