diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-06-02 13:23:22 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:27:10 +0200 |
commit | 076a50c07bd66cc978f25df20338cbc2600c577a (patch) | |
tree | 976290f0812536aa02a497e6e96bdf49b7069f19 /Makefrag.am | |
parent | e265842b145978356c9d71dec8d6fd0fb4afcac9 (diff) | |
download | gnumach-076a50c07bd66cc978f25df20338cbc2600c577a.tar.gz gnumach-076a50c07bd66cc978f25df20338cbc2600c577a.tar.bz2 gnumach-076a50c07bd66cc978f25df20338cbc2600c577a.zip |
2007-06-02 Thomas Schwinge <tschwinge@gnu.org>
* Makerules.mig.am: New file, factored out of code of...
* Makefrag.am: ... this file and...
* Makerules.am: ... this file.
* i386/Makefrag.am: Update comment.
Diffstat (limited to 'Makefrag.am')
-rw-r--r-- | Makefrag.am | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/Makefrag.am b/Makefrag.am index b6bdc575..c33a3785 100644 --- a/Makefrag.am +++ b/Makefrag.am @@ -411,18 +411,8 @@ EXTRA_DIST += \ # # Automatically generated source files. # - -# TODO. Get rid of that stuff and lib_dep_tr_for_defs.a. See the thread at -# <http://lists.gnu.org/archive/html/automake/2006-10/msg00039.html> about what -# we really want to do. -noinst_LIBRARIES += \ - lib_dep_tr_for_defs.a -nodist_lib_dep_tr_for_defs_a_SOURCES = -MOSTLYCLEANFILES += \ - $(nodist_lib_dep_tr_for_defs_a_SOURCES) -# Preprocess only. -lib_dep_tr_for_defs_a_CPPFLAGS = $(AM_CPPFLAGS) \ - -E +# See Makerules.mig.am. +# # User stubs. nodist_lib_dep_tr_for_defs_a_SOURCES += \ |