mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-16 14:10:30 +08:00
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>
|
||||
|
||||
* util/Makefile.am (noinst_PROGRAMS): Renamed from "bin_PROGRAMS"
|
||||
|
@ -206,10 +206,10 @@ distdir: $(DISTFILES)
|
||||
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
||||
|| cp -p $$d/$$file $(distdir)/$$file; \
|
||||
done
|
||||
getopt.o: getopt.c getopt.h
|
||||
getopt1.o: getopt1.c getopt.h
|
||||
getopt.o: getopt.c ../config.h getopt.h
|
||||
getopt1.o: getopt1.c ../config.h getopt.h
|
||||
xmalloc.o: xmalloc.c
|
||||
xstrdup.o: xstrdup.c
|
||||
xstrdup.o: xstrdup.c ../config.h
|
||||
|
||||
info:
|
||||
dvi:
|
||||
|
@ -207,8 +207,9 @@ distdir: $(DISTFILES)
|
||||
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
||||
|| cp -p $$d/$$file $(distdir)/$$file; \
|
||||
done
|
||||
makeinfo.o: makeinfo.c ../lib/system.h ../lib/getopt.h makeinfo.h
|
||||
multi.o: multi.c ../lib/system.h makeinfo.h
|
||||
makeinfo.o: makeinfo.c ../lib/system.h ../config.h ../lib/getopt.h \
|
||||
makeinfo.h
|
||||
multi.o: multi.c ../lib/system.h ../config.h makeinfo.h
|
||||
|
||||
info:
|
||||
dvi:
|
||||
|
@ -219,6 +219,10 @@ distdir: $(DISTFILES)
|
||||
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
||||
|| cp -p $$d/$$file $(distdir)/$$file; \
|
||||
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:
|
||||
dvi:
|
||||
check: all
|
||||
|
Loading…
Reference in New Issue
Block a user