mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 05:00:01 +00:00
2008-12-23 Tristan Gingold <gingold@adacore.com>
* Makefile.am (EXTRA_DIST): Add deffilep.c and deffilep.h * Makefile.in: Regenerate.
This commit is contained in:
parent
af1f44191e
commit
0332c262c9
@ -1,3 +1,8 @@
|
||||
2008-12-23 Tristan Gingold <gingold@adacore.com>
|
||||
|
||||
* Makefile.am (EXTRA_DIST): Add deffilep.c and deffilep.h
|
||||
* Makefile.in: Regenerate.
|
||||
|
||||
2008-12-23 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* NEWS: Remove mention of support for STT_IFUNC.
|
||||
|
@ -1914,7 +1914,8 @@ install-data-local: install-info
|
||||
|
||||
# Stuff that should be included in a distribution. The diststuff
|
||||
# target is run by the taz target in ../Makefile.in.
|
||||
EXTRA_DIST = ldgram.c ldgram.h ldlex.c emultempl/spu_ovl.o_c $(man_MANS)
|
||||
EXTRA_DIST = ldgram.c ldgram.h ldlex.c emultempl/spu_ovl.o_c \
|
||||
deffilep.c deffilep.h $(man_MANS)
|
||||
diststuff: info $(EXTRA_DIST)
|
||||
all: info ld.1
|
||||
|
||||
|
@ -742,7 +742,9 @@ html__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
|
||||
|
||||
# Stuff that should be included in a distribution. The diststuff
|
||||
# target is run by the taz target in ../Makefile.in.
|
||||
EXTRA_DIST = ldgram.c ldgram.h ldlex.c emultempl/spu_ovl.o_c $(man_MANS)
|
||||
EXTRA_DIST = ldgram.c ldgram.h ldlex.c emultempl/spu_ovl.o_c \
|
||||
deffilep.c deffilep.h $(man_MANS)
|
||||
|
||||
DISTCLEANFILES = tdirs site.exp site.bak stringify.sed $(am__append_1)
|
||||
all: config.h
|
||||
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|
||||
|
Loading…
Reference in New Issue
Block a user