aboutsummaryrefslogtreecommitdiff
path: root/gprof/Makefile.in
diff options
context:
space:
mode:
authorJ.T. Conklin <jtc@acorntoolworks.com>1995-05-18 00:58:02 +0000
committerJ.T. Conklin <jtc@acorntoolworks.com>1995-05-18 00:58:02 +0000
commit3ecd5c7d38c562cf6cc6eec5b31480fc8a46912f (patch)
tree189207975cfb396e81da420805ba0a72c3b18d3e /gprof/Makefile.in
parenteba086437576856c461ab5ae181277236dba005a (diff)
downloadfsf-binutils-gdb-3ecd5c7d38c562cf6cc6eec5b31480fc8a46912f.zip
fsf-binutils-gdb-3ecd5c7d38c562cf6cc6eec5b31480fc8a46912f.tar.gz
fsf-binutils-gdb-3ecd5c7d38c562cf6cc6eec5b31480fc8a46912f.tar.bz2
* Makefile.in (Makefile): Added config.status to dependency list.
(config.status): New target. (SHELL): New definition.
Diffstat (limited to 'gprof/Makefile.in')
-rw-r--r--gprof/Makefile.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/gprof/Makefile.in b/gprof/Makefile.in
index a324b66..8568a38 100644
--- a/gprof/Makefile.in
+++ b/gprof/Makefile.in
@@ -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