mirror of git://gcc.gnu.org/git/gcc.git
Makefile.in: Regen dependencies.
* lib/Makefile.in: Regen dependencies. * makeinfo/Makefile.in, util/Makefile.in: Likewise. From-SVN: r25391
This commit is contained in:
parent
ae069bb08a
commit
76dc72a7e5
|
|
@ -1,3 +1,8 @@
|
||||||
|
1999-02-24 Alexandre Oliva <oliva@dcc.unicamp.br>
|
||||||
|
|
||||||
|
* lib/Makefile.in: Regen dependencies.
|
||||||
|
* makeinfo/Makefile.in, util/Makefile.in: Likewise.
|
||||||
|
|
||||||
1999-02-01 Manfred Hollstein <manfred@s-direktnet.de>
|
1999-02-01 Manfred Hollstein <manfred@s-direktnet.de>
|
||||||
|
|
||||||
* util/Makefile.am (noinst_PROGRAMS): Renamed from "bin_PROGRAMS"
|
* util/Makefile.am (noinst_PROGRAMS): Renamed from "bin_PROGRAMS"
|
||||||
|
|
|
||||||
|
|
@ -206,10 +206,10 @@ distdir: $(DISTFILES)
|
||||||
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
||||||
|| cp -p $$d/$$file $(distdir)/$$file; \
|
|| cp -p $$d/$$file $(distdir)/$$file; \
|
||||||
done
|
done
|
||||||
getopt.o: getopt.c getopt.h
|
getopt.o: getopt.c ../config.h getopt.h
|
||||||
getopt1.o: getopt1.c getopt.h
|
getopt1.o: getopt1.c ../config.h getopt.h
|
||||||
xmalloc.o: xmalloc.c
|
xmalloc.o: xmalloc.c
|
||||||
xstrdup.o: xstrdup.c
|
xstrdup.o: xstrdup.c ../config.h
|
||||||
|
|
||||||
info:
|
info:
|
||||||
dvi:
|
dvi:
|
||||||
|
|
|
||||||
|
|
@ -207,8 +207,9 @@ distdir: $(DISTFILES)
|
||||||
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
||||||
|| cp -p $$d/$$file $(distdir)/$$file; \
|
|| cp -p $$d/$$file $(distdir)/$$file; \
|
||||||
done
|
done
|
||||||
makeinfo.o: makeinfo.c ../lib/system.h ../lib/getopt.h makeinfo.h
|
makeinfo.o: makeinfo.c ../lib/system.h ../config.h ../lib/getopt.h \
|
||||||
multi.o: multi.c ../lib/system.h makeinfo.h
|
makeinfo.h
|
||||||
|
multi.o: multi.c ../lib/system.h ../config.h makeinfo.h
|
||||||
|
|
||||||
info:
|
info:
|
||||||
dvi:
|
dvi:
|
||||||
|
|
|
||||||
|
|
@ -219,6 +219,10 @@ distdir: $(DISTFILES)
|
||||||
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
||||||
|| cp -p $$d/$$file $(distdir)/$$file; \
|
|| cp -p $$d/$$file $(distdir)/$$file; \
|
||||||
done
|
done
|
||||||
|
install-info.o: install-info.c ../lib/system.h ../config.h \
|
||||||
|
../lib/getopt.h
|
||||||
|
texindex.o: texindex.c ../lib/system.h ../config.h ../lib/getopt.h
|
||||||
|
|
||||||
info:
|
info:
|
||||||
dvi:
|
dvi:
|
||||||
check: all
|
check: all
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue