]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* Makefile.in (Makefile): Added config.status to dependency list.
authorJ.T. Conklin <jtc@acorntoolworks.com>
Thu, 18 May 1995 00:58:02 +0000 (00:58 +0000)
committerJ.T. Conklin <jtc@acorntoolworks.com>
Thu, 18 May 1995 00:58:02 +0000 (00:58 +0000)
  (config.status): New target.
  (SHELL): New definition.

gprof/ChangeLog
gprof/Makefile.in

index 5dbfd1d064722592ff6aed01334a35e6479ebc2e..6550f7eb2bb63a93d5a24ae6db80c74d098bf45c 100644 (file)
@@ -1,3 +1,9 @@
+Wed May 17 17:56:53 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
+
+       * Makefile.in (Makefile): Added config.status to dependency list.
+         (config.status): New target.
+         (SHELL): New definition.
+
 Tue Apr 25 21:11:12 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
 
        * Makefile.in (install): Depend on "all".
index a324b66e898edd208495b601175f740cd3bb1924..8568a38db204a1f5ec956d0dbf40282b9122781c 100644 (file)
@@ -18,6 +18,8 @@ man1dir = $(mandir)/man1
 infodir        = $(prefix)/info
 datadir = $(prefix)/lib
 
+SHELL = /bin/sh
+
 INSTALL = `cd $(srcdir); pwd`/../install.sh -c
 INSTALL_PROGRAM = $(INSTALL)
 INSTALL_DATA = $(INSTALL)
@@ -114,9 +116,11 @@ distclean: clean
 realclean: distclean
        -rm -f $(DISTSTUFF)
 
-Makefile : Makefile.in
-       sh config.status
+Makefile: Makefile.in config.status
+       $(SHELL) config.status
 
+config.status: configure
+       $(SHELL) config.status --recheck
 
 # These get around a bug in Sun Make in SunOS 4.1.1 and Solaris 2
 $(MY_TARGET).o: $(MY_TARGET).c