Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
5727:86d33ddc7fd6 | 5728:0e2f2837c2bd |
---|---|
374 $(CC) $(cflags) ${srcdir}/hexl.c $(ldflags) -o $@ | 374 $(CC) $(cflags) ${srcdir}/hexl.c $(ldflags) -o $@ |
375 | 375 |
376 make-dump-id: ${srcdir}/make-dump-id.c | 376 make-dump-id: ${srcdir}/make-dump-id.c |
377 $(CC) $(cflags) ${srcdir}/make-dump-id.c $(ldflags) -o $@ | 377 $(CC) $(cflags) ${srcdir}/make-dump-id.c $(ldflags) -o $@ |
378 | 378 |
379 #ifndef DUMP_IN_EXEC | 379 #ifdef DUMP_IN_EXEC |
380 insert-data-in-exec: ${srcdir}/insert-data-in-exec.c | 380 insert-data-in-exec: ${srcdir}/insert-data-in-exec.c |
381 $(CC) $(cflags) ${srcdir}/insert-data-in-exec.c $(ldflags) -o $@ | 381 $(CC) $(cflags) ${srcdir}/insert-data-in-exec.c $(ldflags) -o $@ |
382 #endif /* not DUMP_IN_EXEC */ | 382 #endif /* not DUMP_IN_EXEC */ |
383 | 383 |
384 cflags_gnuserv = $(CFLAGS) $(cppflags) $(c_switch_all) | 384 cflags_gnuserv = $(CFLAGS) $(cppflags) $(c_switch_all) |