mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-08-04 15:49:42 +02:00
(noinst_LIBRARIES): fetish -> coreutils.
(libcoreutils_a_SOURCES): Renamed from libfetish_a_SOURCES. All uses changed. (libcoreutils_a_LIBADD): Renamed from libfetish_a_LIBADD. All uses changed. (libcoreutils_a_DEPENDENCIES): Renamed from libfetish_a_DEPENDENCIES. All uses changed.
This commit is contained in:
+6
-6
@@ -17,7 +17,7 @@
|
||||
## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
||||
## 02111-1307, USA.
|
||||
|
||||
noinst_LIBRARIES = libfetish.a
|
||||
noinst_LIBRARIES = libcoreutils.a
|
||||
|
||||
noinst_PROGRAMS = t-fpending
|
||||
LDADD = $(noinst_LIBRARIES)
|
||||
@@ -25,7 +25,7 @@ LDADD = $(noinst_LIBRARIES)
|
||||
AM_CPPFLAGS = -I.. -I$(srcdir)
|
||||
DEFS += -DLIBDIR=\"$(libdir)\"
|
||||
|
||||
libfetish_a_SOURCES = \
|
||||
libcoreutils_a_SOURCES = \
|
||||
allocsa.c allocsa.h \
|
||||
dev-ino.h \
|
||||
diacrit.c diacrit.h \
|
||||
@@ -53,16 +53,16 @@ libfetish_a_SOURCES = \
|
||||
xstrtoimax.c \
|
||||
xstrtoumax.c
|
||||
|
||||
libfetish_a_SOURCES += \
|
||||
libcoreutils_a_SOURCES += \
|
||||
printf-args.h \
|
||||
printf-parse.h \
|
||||
vasprintf.h \
|
||||
vasnprintf.h
|
||||
|
||||
libfetish_a_LIBADD = $(LIBOBJS) $(ALLOCA)
|
||||
libfetish_a_DEPENDENCIES = $(libfetish_a_LIBADD)
|
||||
libcoreutils_a_LIBADD = $(LIBOBJS) $(ALLOCA)
|
||||
libcoreutils_a_DEPENDENCIES = $(libcoreutils_a_LIBADD)
|
||||
|
||||
lib_OBJECTS = $(libfetish_a_OBJECTS)
|
||||
lib_OBJECTS = $(libcoreutils_a_OBJECTS)
|
||||
|
||||
|
||||
BUILT_SOURCES = getdate.c
|
||||
|
||||
Reference in New Issue
Block a user