diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-04-06 18:08:13 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-04-06 18:08:13 +0000 |
commit | 89d617feb8403044247bb890c0ac7c531065c17b (patch) | |
tree | a5e41ffdbefb723d18ede81fd923ed4afb0cb880 /bfd | |
parent | 97ca325aa420116f2c9854caa1a4beafa093ba85 (diff) | |
download | gdb-89d617feb8403044247bb890c0ac7c531065c17b.zip gdb-89d617feb8403044247bb890c0ac7c531065c17b.tar.gz gdb-89d617feb8403044247bb890c0ac7c531065c17b.tar.bz2 |
* Makefile.am (diststuff): New target.
* Makefile.in: Rebuild.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/Makefile.am | 2 | ||||
-rw-r--r-- | bfd/Makefile.in | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/bfd/Makefile.am b/bfd/Makefile.am index ef8c346..097924b 100644 --- a/bfd/Makefile.am +++ b/bfd/Makefile.am @@ -399,6 +399,8 @@ HFILES = \ libnlm.h liboasys.h netbsd.h nlm-target.h nlmcode.h ns32k.h som.h \ targmatch.h +diststuff: info + # Various kinds of .o files to put in libbfd.a: # BFD_BACKENDS Routines the configured targets need. # BFD_MACHINES Architecture-specific routines the configured targets need. diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 2c8ee56..19bbe11 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -891,6 +891,8 @@ clean-generic maintainer-clean-generic clean mostlyclean distclean \ maintainer-clean +diststuff: info + stamp-ofiles: Makefile rm -f tofiles f=""; \ |