STABLE14-make-cleaner-20070122

this stuff was missed


(cherry picked from commit 676bf342dd)
This commit is contained in:
Derrick Brashear 2007-01-22 17:22:35 +00:00
parent 735e23a121
commit 42e589246e
2 changed files with 3 additions and 2 deletions

View File

@ -699,7 +699,7 @@ clean2:
distclean: clean
/bin/rm -rf lib include
/bin/rm -f config.log config.cache config.status \
src/config/afsconfig.h \
src/config/afsconfig.h src/config/stamp-h1 \
Makefile \
src/afs/Makefile \
src/afsd/Makefile \
@ -756,6 +756,7 @@ distclean: clean
src/libafs/Makefile \
src/libafs/Makefile.common \
src/libafs/MakefileProto.${MKAFS_OSTYPE} \
src/libafs/afs.${MKAFS_OSTYPE}.plist \
src/libafsauthent/Makefile \
src/libafsrpc/Makefile \
src/libuafs/Makefile \

View File

@ -102,7 +102,7 @@ install: ${DESTDIR}${includedir}/afs/param.h \
${DESTDIR}${includedir}/afs/debug.h
clean:
$(RM) -f *.o config mkvers core xprt AFS_component_version_number.c param.h.new
$(RM) -f *.o config mkvers core xprt AFS_component_version_number.c param.h.new Makefile.version.in
dest: ${DEST}/include/afs/param.h \
${DEST}/include/afs/stds.h \