git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
a1fac47
)
initial-alpha-linux-support-20010315
author
Michael Stroucken
<stroucki@master.debian.org>
Thu, 15 Mar 2001 18:15:46 +0000 (18:15 +0000)
committer
Derrick Brashear
<shadow@dementia.org>
Thu, 15 Mar 2001 18:15:46 +0000 (18:15 +0000)
top-level makefile mods for 64 bit system
src/Makefile
patch
|
blob
|
history
diff --git
a/src/Makefile
b/src/Makefile
index
3c2f39b
..
58c6cf6
100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-69,7
+69,7
@@
comerr: basics util
cmd: basics comerr
${COMPILE_PART1} cmd ${COMPILE_PART2}
@case ${SYS_NAME} in \
- sgi_6* | sun4x_57 | sun4x_58 | hp_ux11* | sparc64_linux* ) \
+ sgi_6* | sun4x_57 | sun4x_58 | hp_ux11* | sparc64_linux* | alpha_linux* ) \
${COMPILE_PART1} cmd ${COMPILE_PART2} install64 ;; \
esac