(extraclean): Use ${top_distclean} to ensure

we delete everything distclean deletes.
This commit is contained in:
Richard M. Stallman 1996-01-25 06:59:38 +00:00
parent bba2dbcb22
commit 9e8886a827

View file

@ -492,8 +492,8 @@ maintainer-clean: FRC
### it deletes backup and autosave files too.
extraclean:
for i in ${SUBDIR}; do (cd $$i; $(MAKE) $(MFLAGS) extraclean); done
-(cd lock && rm *)
-rm config.status config-tmp-*
${top_distclean}
-rm config-tmp-*
-rm -f *~ \#*
### Unlocking and relocking. The idea of these productions is to reduce