diff options
| author | Kenichi Handa | 2005-05-11 12:17:00 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2005-05-11 12:17:00 +0000 |
| commit | f36014a2bf15ab3ee5ee9da3f8dde6d97e4c8373 (patch) | |
| tree | 12f20674d064b66eced847d76d130e00f4f465e2 | |
| parent | a9b84515eda652c1c28664e6466ecb25cc7a9600 (diff) | |
| download | emacs-f36014a2bf15ab3ee5ee9da3f8dde6d97e4c8373.tar.gz emacs-f36014a2bf15ab3ee5ee9da3f8dde6d97e4c8373.zip | |
Re-generated.
| -rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -23343,6 +23343,9 @@ echo creating src/Makefile | |||
| 23343 | sed -e '1,/start of cpp stuff/d'\ | 23343 | sed -e '1,/start of cpp stuff/d'\ |
| 23344 | -e 's,/\*\*/#\(.*\)$,/* \1 */,' \ | 23344 | -e 's,/\*\*/#\(.*\)$,/* \1 */,' \ |
| 23345 | < Makefile.c > junk.c | 23345 | < Makefile.c > junk.c |
| 23346 | if test -f ${srcdir}/admin/unidata/UnicodeData.txt; then | ||
| 23347 | CPPFLAGS="$CPPFLAGS -DHAVE_UNIDATA" | ||
| 23348 | fi | ||
| 23346 | $CPP $undefs -I. -I$srcdir/src $CPPFLAGS junk.c | \ | 23349 | $CPP $undefs -I. -I$srcdir/src $CPPFLAGS junk.c | \ |
| 23347 | sed -e 's/^ / /' -e '/^#/d' -e '/^[ ]*$/d' > junk2.c | 23350 | sed -e 's/^ / /' -e '/^#/d' -e '/^[ ]*$/d' > junk2.c |
| 23348 | cat junk1.c junk2.c > Makefile.new | 23351 | cat junk1.c junk2.c > Makefile.new |