diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2004-01-31 20:25:37 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2004-01-31 20:25:37 +0000 |
commit | c6d94ed34c7fa91e568906bcb6a4d50c67d47d52 (patch) | |
tree | c5b664a8d62dcd8c4e726045024b542430adfb49 /gnu | |
parent | a4132ad3bd093b8cbeeac61f1820c76292ba65a4 (diff) |
closer to gcc2: bring back protoize.
fake more files, to please theo.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/gcc/Makefile.bsd-wrapper | 16 | ||||
-rw-r--r-- | gnu/usr.bin/gcc/gcc/Makefile.in | 4 |
2 files changed, 10 insertions, 10 deletions
diff --git a/gnu/usr.bin/gcc/Makefile.bsd-wrapper b/gnu/usr.bin/gcc/Makefile.bsd-wrapper index 78bc9da5a90..afc124df950 100644 --- a/gnu/usr.bin/gcc/Makefile.bsd-wrapper +++ b/gnu/usr.bin/gcc/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.43 2004/01/28 23:40:36 espie Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.44 2004/01/31 20:25:36 espie Exp $ #MAN= cccp.1 gcc.1 gcc-local.1 protoize.1 gcov.1 MAN= gcc.1 cpp.1 gcov.1 gcc-local.1 @@ -18,12 +18,12 @@ MLINKS+= g77.1 f77.1 V=3.3.2 FAKE_FILES=/usr/share/info/g77.info-21 \ - /usr/share/info/gcc-info-25 \ - /usr/share/info/gcc-info-26 \ - /usr/share/info/gcc-info-27 \ - /usr/share/info/gcc-info-28 \ - /usr/share/info/gcc-info-29 \ - /usr/share/info/gcc-info-30 + /usr/share/info/gcc.info-25 \ + /usr/share/info/gcc.info-26 \ + /usr/share/info/gcc.info-27 \ + /usr/share/info/gcc.info-28 \ + /usr/share/info/gcc.info-29 \ + /usr/share/info/gcc.info-30 .SUFFIXES: .1 .PATH.1: ${.CURDIR}/gcc ${.CURDIR}/gcc/doc @@ -70,7 +70,7 @@ GCCARCH= ${M_ARCH}-unknown-openbsd${OSREV} GCCINC= /usr/lib/gcc-lib/${GCCARCH}/$V/include all: config.status - exec ${MAKE} ${MAKE_FLAGS} all doc + exec ${MAKE} ${MAKE_FLAGS} all doc proto tconfig.h: config.status exec ${MAKE} ${MAKE_FLAGS} tconfig.h diff --git a/gnu/usr.bin/gcc/gcc/Makefile.in b/gnu/usr.bin/gcc/gcc/Makefile.in index a3e8fdc33aa..e1f277be3b3 100644 --- a/gnu/usr.bin/gcc/gcc/Makefile.in +++ b/gnu/usr.bin/gcc/gcc/Makefile.in @@ -2246,7 +2246,7 @@ protoize$(exeext): protoize.o $(PROTO_OBJS) $(LIBDEPS) unprotoize$(exeext): unprotoize.o $(PROTO_OBJS) $(LIBDEPS) $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ unprotoize.o $(PROTO_OBJS) $(LIBS) -protoize.o: protoize.c $(srcdir)/../include/getopt.h $(CONFIG_H) $(SYSTEM_H) \ +protoize.o: protoize.c $(LIBIBERTY_INCLUDES)/getopt.h $(CONFIG_H) $(SYSTEM_H) \ Makefile version.h (SHLIB_LINK='$(SHLIB_LINK)' \ SHLIB_MULTILIB='$(SHLIB_MULTILIB)'; \ @@ -2254,7 +2254,7 @@ protoize.o: protoize.c $(srcdir)/../include/getopt.h $(CONFIG_H) $(SYSTEM_H) \ $(DRIVER_DEFINES) \ $(srcdir)/protoize.c $(OUTPUT_OPTION)) -unprotoize.o: protoize.c $(srcdir)/../include/getopt.h \ +unprotoize.o: protoize.c $(LIBIBERTY_INCLUDES)/getopt.h \ $(CONFIG_H) $(SYSTEM_H) Makefile version.h (SHLIB_LINK='$(SHLIB_LINK)' \ SHLIB_MULTILIB='$(SHLIB_MULTILIB)'; \ |