]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* Makefile.in (DISTSTUFF): Rename to GEN_FILES, to avoid confusion.
authorPer Bothner <per@bothner.com>
Wed, 1 Nov 1995 20:50:55 +0000 (20:50 +0000)
committerPer Bothner <per@bothner.com>
Wed, 1 Nov 1995 20:50:55 +0000 (20:50 +0000)
(all):  Depend on $(GEN_FILES), not diststuff (which also depends
on info).

gprof/ChangeLog
gprof/Makefile.in

index 0ff841e96fd949517fb5852999faea8c5e7a4975..0159223096a36c3950b8623b8ce87904bcb0c063 100644 (file)
@@ -1,3 +1,9 @@
+Wed Nov  1 12:51:21 1995  Per Bothner  <bothner@kalessin.cygnus.com>
+
+       * Makefile.in (DISTSTUFF):  Rename to GEN_FILES, to avoid confusion.
+       (all):  Depend on $(GEN_FILES), not diststuff (which also depends
+       on info).
+
 Wed Nov  1 15:23:15 1995  Manfred Hollstein KS/EF4A 60/1F/110 #40283  <manfred@lts.sel.alcatel.de>
 
        * sym_ids.c: Include <ctype.h>.
index 81625bd42ab1cbd85b4606c8826a021c83453c43..387a2ccb5e13c71301c4296bef2f38e92cf5a4fe 100644 (file)
@@ -48,14 +48,14 @@ OBJS=       $(MY_TARGET).o basic_blocks.o bsd_callg_bl.o call_graph.o \
        sym_ids.o utils.o
 
 # Files that can be generated, but should be included in distribution.
-DISTSTUFF = flat_bl.c bsd_callg_bl.c fsf_callg_bl.c
+GEN_FILES = flat_bl.c bsd_callg_bl.c fsf_callg_bl.c
 
 CFLAGS=-g -DDEBUG
 LDFLAGS=
 .c.o:
        $(CC) -c $(CFLAGS) -I. -I$(srcdir) -I../bfd -I$(srcdir)/../include -I$(srcdir)/../bfd -DMACHINE_H=\"$(MY_TARGET).h\" $(TCFLAGS) $(HCFLAGS) $<
 
-all:   diststuff $(PROG)
+all:   $(GEN_FILES) $(PROG)
 
 .PHONY: check installcheck info install-info
 .SUFFIXES: .m
@@ -65,7 +65,7 @@ all:  diststuff $(PROG)
            FUNCTION=`(echo $*|sed -e 's/_bl//')`_blurb \
            FILE=$*.m $(srcdir)/$*.m
 
-diststuff: $(DISTSTUFF) info
+diststuff: $(GEN_FILES) info
 
 gprof.info: gprof.texi
        $(MAKEINFO) -o gprof.info $(srcdir)/gprof.texi
@@ -109,7 +109,7 @@ clean: mostlyclean
 distclean: clean
        -rm -f config.cache config.log config.status Makefile
 maintainer-clean realclean: distclean
-       -rm -f $(DISTSTUFF) *.info*
+       -rm -f $(GEN_FILES) *.info*
 
 Makefile: Makefile.in config.status
        $(SHELL) config.status