summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/usr.bin/gcc/Makefile.bsd-wrapper16
-rw-r--r--gnu/usr.bin/gcc/gcc/Makefile.in4
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)'; \