make-cleaner-20070122

this stuff was missed
This commit is contained in:
Derrick Brashear 2007-01-22 17:19:26 +00:00
parent 8f61572edb
commit 676bf342dd
2 changed files with 3 additions and 2 deletions

View File

@ -678,7 +678,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 \
@ -734,6 +734,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

@ -111,7 +111,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 \