Mercurial > hg > xemacs-beta
comparison Makefile.in.in @ 394:7d59cb494b73 r21-2-12
Import from CVS: tag r21-2-12
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:11:37 +0200 |
parents | aabb7f5b1c81 |
children | 6719134a07c2 |
comparison
equal
deleted
inserted
replaced
393:2e030b8965b1 | 394:7d59cb494b73 |
---|---|
543 ## configuring or building the program. If you have unpacked the | 543 ## configuring or building the program. If you have unpacked the |
544 ## source and built the program without creating any other files, | 544 ## source and built the program without creating any other files, |
545 ## `make distclean' should leave only the files that were in the | 545 ## `make distclean' should leave only the files that were in the |
546 ## distribution. | 546 ## distribution. |
547 top_distclean=\ | 547 top_distclean=\ |
548 $(RM) config.status config.log config-tmp-* build-install Installation ; \ | 548 $(RM) config.status config.log confdefs.h config-tmp-* build-install Installation ; \ |
549 $(RM) core .sbinit lock/* GNUmakefile Makefile Makefile.in ; \ | 549 $(RM) core .sbinit lock/* GNUmakefile Makefile Makefile.in ; \ |
550 $(RM) lisp/finder-inf.el* Installation.el Installation.elc ; \ | 550 $(RM) lisp/finder-inf.el* Installation.el Installation.elc ; \ |
551 $(RM) packages mule-packages site-lisp | 551 $(RM) packages mule-packages site-lisp |
552 | 552 |
553 distclean: FRC.distclean | 553 distclean: FRC.distclean |