git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
6f7e6bf
)
dux-juafs-make-it-compile-20020823
author
Garry Zacheiss
<zacheiss@mit.edu>
Fri, 23 Aug 2002 05:38:53 +0000 (
05:38
+0000)
committer
Derrick Brashear
<shadow@dementia.org>
Fri, 23 Aug 2002 05:38:53 +0000 (
05:38
+0000)
fix this so make will bother
src/libuafs/MakefileProto.DUX.in
patch
|
blob
|
history
diff --git
a/src/libuafs/MakefileProto.DUX.in
b/src/libuafs/MakefileProto.DUX.in
index
96f80f5
..
42ec8e9
100644
(file)
--- a/
src/libuafs/MakefileProto.DUX.in
+++ b/
src/libuafs/MakefileProto.DUX.in
@@
-68,8
+68,8
@@
UAFS/$(LIBUAFS): setup_uafs
$(MAKE) $(LIBUAFS) LIBJUAFS_FLAGS=
JUAFS/$(LIBJUAFS): setup_juafs
- cd JUAFS; \
- $(MAKE) $(LIBJUAFS) DESTDIR=${DESTDIR} LIBJUAFS_FLAGS=-DAFS_WEB_ENHANCEMENTS
+ cd JUAFS; \
+ $(MAKE) $(LIBJUAFS) DESTDIR=${DESTDIR} LIBJUAFS_FLAGS=-DAFS_WEB_ENHANCEMENTS
AFSWEB/$(LIBAFSWEB): setup_nsafs
cd AFSWEB; \