From 89d617feb8403044247bb890c0ac7c531065c17b Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 6 Apr 1998 18:08:13 +0000 Subject: [PATCH] * Makefile.am (diststuff): New target. * Makefile.in: Rebuild. --- bfd/Makefile.am | 2 ++ bfd/Makefile.in | 2 ++ 2 files changed, 4 insertions(+) diff --git a/bfd/Makefile.am b/bfd/Makefile.am index ef8c346ed21..097924bf9af 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 2c8ee56e60e..19bbe11825f 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=""; \ -- 2.30.2