Mercurial > hg > xemacs-beta
comparison src/Makefile.in.in @ 1406:c88a785b01d8
[xemacs-hg @ 2003-04-10 08:46:23 by michaels]
2003-04-08 Mike Sperber <mike@xemacs.org>
* Makefile.in.in ($(BLDSRC)/NEEDTODUMP): Depends on $(RAW_EXE).
author | michaels |
---|---|
date | Thu, 10 Apr 2003 08:46:24 +0000 |
parents | 01c57eb70ae9 |
children | 64eaceca611d |
comparison
equal
deleted
inserted
replaced
1405:43e527e24c14 | 1406:c88a785b01d8 |
---|---|
539 FRC.needtodump: | 539 FRC.needtodump: |
540 | 540 |
541 ## This file is touched by update-elc.el when redumping is necessary. | 541 ## This file is touched by update-elc.el when redumping is necessary. |
542 ## We use $(BLDSRC) == `.' here to help keep sync with nt/xemacs.mak, | 542 ## We use $(BLDSRC) == `.' here to help keep sync with nt/xemacs.mak, |
543 ## where $(BLDSRC) is not `.'. | 543 ## where $(BLDSRC) is not `.'. |
544 $(BLDSRC)/NEEDTODUMP: FRC.needtodump | 544 $(BLDSRC)/NEEDTODUMP: $(RAW_EXE) FRC.needtodump |
545 $(TEMACS_BATCH) -l $(LISP)/update-elc.el | 545 $(TEMACS_BATCH) -l $(LISP)/update-elc.el |
546 | 546 |
547 ## (4) Build the DOC file | 547 ## (4) Build the DOC file |
548 | 548 |
549 obj_src = $(objs:.o=.c) | 549 obj_src = $(objs:.o=.c) |