From 870015b1b87a09acfc1444d824aa7bde0fb07978 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 7 Sep 1995 16:50:40 +0000 Subject: * Makefile.in (do_distclean): Remove config.h and stamp-h. (Makefile): Just rebuild Makefile. (config.h, stamp-h): New targets. * configure.in: Create stamp-h when rebuilding config.h. * configure: Rebuild. --- bfd/configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bfd/configure.in') diff --git a/bfd/configure.in b/bfd/configure.in index 7bfe2a1..39eea25 100644 --- a/bfd/configure.in +++ b/bfd/configure.in @@ -480,4 +480,5 @@ test -n "${selarchs}" && tdefaults="${tdefaults} -DSELECT_ARCHITECTURES='${selar AC_SUBST(tdefaults) rm -f doc/config.status -AC_OUTPUT(Makefile doc/Makefile) +AC_OUTPUT(Makefile doc/Makefile, +[case x$CONFIG_HEADERS in xconfig.h) echo > stamp-h ;; esac]) -- cgit v1.1