mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
* Makefile.am (AM_CFLAGS): Remove CFLAGS, don't use substituted
values directly.
This commit is contained in:
parent
f743b68a21
commit
ebc45d895d
@ -1,5 +1,8 @@
|
||||
2001-09-04 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* Makefile.am (AM_CFLAGS): Remove CFLAGS, don't use substituted
|
||||
values directly.
|
||||
|
||||
* syntax.c (syntax_text): Remove useless ']' in the Perl and
|
||||
Python rules. Change shell script rule to use more portable
|
||||
regular expression.
|
||||
|
@ -1,4 +1,4 @@
|
||||
AM_CFLAGS = @CFLAGS@ @GLIB_CFLAGS@
|
||||
AM_CFLAGS = $(GLIB_CFLAGS)
|
||||
AM_CPPFLAGS = -DMIDNIGHT
|
||||
|
||||
if USE_EDIT
|
||||
|
@ -1,3 +1,8 @@
|
||||
2001-09-04 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* Makefile.am (AM_CFLAGS): Remove CFLAGS, don't use substituted
|
||||
values directly.
|
||||
|
||||
2001-08-26 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* Makefile.am: Don't install libmcslang.a.
|
||||
|
@ -1,4 +1,4 @@
|
||||
AM_CFLAGS = @CFLAGS@ @GLIB_CFLAGS@
|
||||
AM_CFLAGS = $(GLIB_CFLAGS)
|
||||
|
||||
if INCLUDED_SLANG
|
||||
noinst_LIBRARIES = libmcslang.a
|
||||
|
Loading…
Reference in New Issue
Block a user