Mercurial > hg > xemacs-beta
diff lib-src/Makefile.in.in @ 5728:0e2f2837c2bd
Fix reversed test for the insert-data-in-exec build rule in
lib-src/Makefile.in.in. See xemacs-beta message
<CAHCOHQm+qhM5qLLhBGBfQB5hw9XzcVDJLb4fRMAc=kqRj=sddA@mail.gmail.com>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Wed, 06 Mar 2013 21:05:12 -0700 |
parents | 4aa8ee813265 |
children |
line wrap: on
line diff
--- a/lib-src/Makefile.in.in Wed Mar 06 08:32:17 2013 -0700 +++ b/lib-src/Makefile.in.in Wed Mar 06 21:05:12 2013 -0700 @@ -376,7 +376,7 @@ make-dump-id: ${srcdir}/make-dump-id.c $(CC) $(cflags) ${srcdir}/make-dump-id.c $(ldflags) -o $@ -#ifndef DUMP_IN_EXEC +#ifdef DUMP_IN_EXEC insert-data-in-exec: ${srcdir}/insert-data-in-exec.c $(CC) $(cflags) ${srcdir}/insert-data-in-exec.c $(ldflags) -o $@ #endif /* not DUMP_IN_EXEC */