mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-21 03:12:48 +02:00
* .cvsignore: Remove config.h, config.hin, as they are now
in lib. * configure.ac (AC_CONFIG_HEADERS): Move config.h and config.hin to lib. * lib/.cvsignore: Add config.h, config.hin. * lib/Makefile.am (AM_CPPFLAGS): Remove; we no longer need '-I..'. * src/Makefile.am (AM_CPPFLAGS): Remove '-I..'; no longer needed.
This commit is contained in:
@@ -41,6 +41,8 @@ close-stream.h
|
||||
closeout.c
|
||||
closeout.h
|
||||
config.charset
|
||||
config.h
|
||||
config.hin
|
||||
creat-safer.c
|
||||
cycle-check.c
|
||||
cycle-check.h
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2006-08-23 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* .cvsignore: Add config.h, config.hin.
|
||||
* Makefile.am (AM_CPPFLAGS): Remove; we no longer need '-I..'.
|
||||
|
||||
2006-08-22 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* .cvsignore: Add Makefile.in, getdate.tab.h.
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
|
||||
include gnulib.mk
|
||||
|
||||
AM_CPPFLAGS += -I..
|
||||
AM_CFLAGS = $(WARNING_CFLAGS) $(WERROR_CFLAGS)
|
||||
|
||||
noinst_PROGRAMS = t-fpending
|
||||
|
||||
Reference in New Issue
Block a user