Mercurial > hg > xemacs-beta
comparison Makefile.in @ 171:929b76928fce r20-3b12
Import from CVS: tag r20-3b12
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:47:52 +0200 |
parents | 85ec50267440 |
children | 8eaf7971accc |
comparison
equal
deleted
inserted
replaced
170:98a42ee61975 | 171:929b76928fce |
---|---|
521 ## anything that needs to exist in order to run `configure' and then | 521 ## anything that needs to exist in order to run `configure' and then |
522 ## begin to build the program. | 522 ## begin to build the program. |
523 realclean: FRC.realclean | 523 realclean: FRC.realclean |
524 for d in $(SUBDIR); do (cd $$d && $(MAKE) $(MFLAGS) $@); done | 524 for d in $(SUBDIR); do (cd $$d && $(MAKE) $(MFLAGS) $@); done |
525 -${top_distclean} | 525 -${top_distclean} |
526 $(RM) TAGS | |
526 | 527 |
527 ## This doesn't actually appear in the coding standards, but Karl | 528 ## This doesn't actually appear in the coding standards, but Karl |
528 ## says GCC supports it, and that's where the configuration part of | 529 ## says GCC supports it, and that's where the configuration part of |
529 ## the coding standards seem to come from. It's like distclean, but | 530 ## the coding standards seem to come from. It's like distclean, but |
530 ## it deletes backup and autosave files too. | 531 ## it deletes backup and autosave files too. |