git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
b92587c
)
allow-all-target-for-rxstat-20010629
author
Nathan Neulinger
<nneul@umr.edu>
Fri, 29 Jun 2001 05:34:55 +0000 (
05:34
+0000)
committer
Derrick Brashear
<shadow@dementia.org>
Fri, 29 Jun 2001 05:34:55 +0000 (
05:34
+0000)
rxstat makefile lacked all target
src/rxstat/Makefile
patch
|
blob
|
history
diff --git
a/src/rxstat/Makefile
b/src/rxstat/Makefile
index
7158bb8
..
5acf36d
100644
(file)
--- a/
src/rxstat/Makefile
+++ b/
src/rxstat/Makefile
@@
-20,6
+20,8
@@
CFLAGS = $(DBUG) -I${SRCDIR}include ${XCFLAGS}
LIBOBJS = rxstat.cs.o rxstat.ss.o rxstat.xdr.o rxstat.o
+all: librxstat.a includes
+
rxstat.cs.c rxstat.ss.c rxstat.xdr.c rxstat.h: rxstat.xg
${RXGEN} -x rxstat.xg