Mercurial > hg > xemacs-beta
changeset 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 | 7ff0d1e8a9f5 |
children | e6854ec89f8e |
files | src/ChangeLog src/Makefile.in.in |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Wed Mar 09 22:51:11 2005 +0000 +++ b/src/ChangeLog Thu Mar 10 09:05:52 2005 +0000 @@ -1,3 +1,7 @@ +2004-10-25 Mike Alexander <mta@arbortext.com> + + * Makefile.in.in (obj_src): Fix a typo in the PDUMP section + 2005-03-02 Marcus Crestani <crestani@informatik.uni-tuebingen.de> * redisplay.h (struct rune): make type field an int, to fix
--- a/src/Makefile.in.in Wed Mar 09 22:51:11 2005 +0000 +++ b/src/Makefile.in.in Thu Mar 10 09:05:52 2005 +0000 @@ -613,7 +613,7 @@ fi ; \ fi ; \ fi - if ! test -f dump-size; then \ + if test ! -f dump-size; then \ $(LIB_SRC)/insert-data-in-exec -s $(DUMP_TARGET).dmp > dump-size ; \ $(RM) dump-data.o $(DUMP_TARGET) $(DUMP_TARGET).dmp $(RAW_EXE);\ $(MAKE) $(RECURSIVE_MAKE_ARGS) $@; \