Mercurial > hg > xemacs-beta
comparison modules/common/Makefile.common @ 2377:bbba13600d74
[xemacs-hg @ 2004-11-08 15:14:36 by stephent]
Use XE_FLAGS not CFLAGS for modules too
<87lldc8jed.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Mon, 08 Nov 2004 15:14:52 +0000 |
parents | 34abfb24e891 |
children | 21d92abaac3a |
comparison
equal
deleted
inserted
replaced
2376:3a1ce66c92fa | 2377:bbba13600d74 |
---|---|
31 #include "../../src/config.h" | 31 #include "../../src/config.h" |
32 | 32 |
33 SHELL=/bin/sh | 33 SHELL=/bin/sh |
34 RM=rm -f | 34 RM=rm -f |
35 PROGNAME=@PROGNAME@ | 35 PROGNAME=@PROGNAME@ |
36 CFLAGS=@CFLAGS@ | 36 CFLAGS=@XE_CFLAGS@ |
37 INSTALL=@INSTALL@ | 37 INSTALL=@INSTALL@ |
38 version=@version@ | 38 version=@version@ |
39 prefix=@prefix@ | 39 prefix=@prefix@ |
40 exec_prefix=@exec_prefix@ | 40 exec_prefix=@exec_prefix@ |
41 libdir=@libdir@ | 41 libdir=@libdir@ |