git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(from parent 1:
0165337
)
juafs-makefile-fix-20040311
author
Derrick Brashear
<shadow@dementia.org>
Fri, 12 Mar 2004 03:27:32 +0000 (
03:27
+0000)
committer
Derrick Brashear
<shadow@dementia.org>
Fri, 12 Mar 2004 03:27:32 +0000 (
03:27
+0000)
make the juafs rules not break the makefile (remove bogus quoting)
src/libuafs/Makefile.common.in
patch
|
blob
|
history
diff --git
a/src/libuafs/Makefile.common.in
b/src/libuafs/Makefile.common.in
index
a8d4163
..
8b9c37d
100644
(file)
--- a/
src/libuafs/Makefile.common.in
+++ b/
src/libuafs/Makefile.common.in
@@
-51,7
+51,7
@@
COMMON_INCLUDE = -I. -I.. -I../nfs \
-I${TOP_OBJDIR}/src/vlserver \
-I${TOP_OBJDIR}/src/libuafs \
-I${TOP_INCDIR} \
- -I${TOP_INCDIR}/afs \
+ -I${TOP_INCDIR}/afs
# Build rules - CC and CFLAGS are defined in system specific MakefileProtos.