* Makefile.am (diststuff): New target.
authorIan Lance Taylor <ian@airs.com>
Mon, 6 Apr 1998 18:08:13 +0000 (18:08 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 6 Apr 1998 18:08:13 +0000 (18:08 +0000)
* Makefile.in: Rebuild.

bfd/Makefile.am
bfd/Makefile.in

index ef8c346ed2153541330938138e6bbfa6e8548989..097924bf9af11dd68050cb8a3765a2094121d734 100644 (file)
@@ -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.
index 2c8ee56e60e4fb3d3bb84cdd6796cf46f5ac0f4b..19bbe11825fab3e4cd83dd98205cc1e0827a4972 100644 (file)
@@ -891,6 +891,8 @@ clean-generic maintainer-clean-generic clean mostlyclean distclean \
 maintainer-clean
 
 
+diststuff: info
+
 stamp-ofiles: Makefile
        rm -f tofiles
        f=""; \
This page took 0.025865 seconds and 4 git commands to generate.