Mercurial > hg > xemacs-beta
comparison src/Makefile.in.in @ 2644:0b4097b3552f
[xemacs-hg @ 2005-03-10 09:05:44 by michaels]
Subject: Fix Makefile problem with PDUMP build
2004-10-25 Mike Alexander <mta@arbortext.com>
* Makefile.in.in (obj_src): Fix a typo in the PDUMP section
author | michaels |
---|---|
date | Thu, 10 Mar 2005 09:05:52 +0000 |
parents | 261c5cd19207 |
children | 6fa9919a9a0b |
comparison
equal
deleted
inserted
replaced
2643:7ff0d1e8a9f5 | 2644:0b4097b3552f |
---|---|
611 else \ | 611 else \ |
612 chmod +x $(DUMP_TARGET) ; \ | 612 chmod +x $(DUMP_TARGET) ; \ |
613 fi ; \ | 613 fi ; \ |
614 fi ; \ | 614 fi ; \ |
615 fi | 615 fi |
616 if ! test -f dump-size; then \ | 616 if test ! -f dump-size; then \ |
617 $(LIB_SRC)/insert-data-in-exec -s $(DUMP_TARGET).dmp > dump-size ; \ | 617 $(LIB_SRC)/insert-data-in-exec -s $(DUMP_TARGET).dmp > dump-size ; \ |
618 $(RM) dump-data.o $(DUMP_TARGET) $(DUMP_TARGET).dmp $(RAW_EXE);\ | 618 $(RM) dump-data.o $(DUMP_TARGET) $(DUMP_TARGET).dmp $(RAW_EXE);\ |
619 $(MAKE) $(RECURSIVE_MAKE_ARGS) $@; \ | 619 $(MAKE) $(RECURSIVE_MAKE_ARGS) $@; \ |
620 fi | 620 fi |
621 #endif | 621 #endif |