Fix the `chknew-E' and `chknew-SIG' rules.
authorLudovic Courtès <ludo@gnu.org>
Fri, 15 Oct 2010 08:34:33 +0000 (10:34 +0200)
committerLudovic Courtès <ludo@gnu.org>
Fri, 15 Oct 2010 13:56:01 +0000 (15:56 +0200)
commit9253d0905d77b544c0a5c7adc11adf9794a4f492
treeaa78485efa800b412ef5910773b6820e5f654a88
parent45dc6b347d81a580bbcaefe25007cbbe8bb9841d
Fix the `chknew-E' and `chknew-SIG' rules.

* libguile/Makefile.am (chknew-E chknew-SIG): Run gcc without `-undef'
  since otherwise it ends up trying to include headers that are not
  available (e.g., <gnu/stubs-32.h> on an x86_64-linux-gnu system.)
libguile/Makefile.am