diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2007-11-27 01:24:30 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2007-11-27 01:24:30 +0000 |
commit | 3a5b32b9d10274709555cec52d60e602d973c0f7 (patch) | |
tree | 545e747e302a1819fe3d6add4e2ae329ed7b876e | |
parent | eccf38a9a940fd2e8b7d02cfe252e9219810d71f (diff) |
fix typo
-rw-r--r-- | usr.sbin/afs/lib/libarla/Makefile.rxdef.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/afs/lib/libarla/Makefile.rxdef.inc b/usr.sbin/afs/lib/libarla/Makefile.rxdef.inc index 0b4da759424..50e2ec9acbf 100644 --- a/usr.sbin/afs/lib/libarla/Makefile.rxdef.inc +++ b/usr.sbin/afs/lib/libarla/Makefile.rxdef.inc @@ -21,7 +21,8 @@ YDRFLAGS = -I${.CURDIR} stamp_$f: $f.xg $(YDR) $(YDRFLAGS) ${AFSSRC}/rxdef/$f.xg touch $@ + $f.cs.c $f.cs.h $f.ss.c $f.ss.h $f.ydr.c $f.h: stamp_$f -CLEANFILES+=$f.cs.c $f.cs.h $f.ss.c $f.ss.h $f.ydr.c $f.h $stamp_$f +CLEANFILES+=$f.cs.c $f.cs.h $f.ss.c $f.ss.h $f.ydr.c $f.h stamp_$f .endfor |