[BACK]Return to Makefile.bsd-wrapper CVS log [TXT][DIR] Up to [local] / src / gnu / egcs

File: [local] / src / gnu / egcs / Attic / Makefile.bsd-wrapper (download)

Revision 1.3, Fri Aug 25 14:36:38 2000 UTC (23 years, 9 months ago) by maja
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.2: +1 -6 lines

Move NOPIC for mips from toplevel to the libraries that have problems
with shared libraries. This will allow libiberty.so to be created by
default. -moj

#	$OpenBSD: Makefile.bsd-wrapper,v 1.3 2000/08/25 14:36:38 maja Exp $

SUBDIR+= libiberty libio libstdc++ libf2c libobjc

# just so that the main directory will have a subdir, which simplifies
# libf2c/libobjc build 
obj: _SUBDIRUSE
	cd $(.CURDIR) && $(MAKE) -f Makefile.bsd-wrapper1 obj
	cd $(.CURDIR)/gcc && $(MAKE) -f Makefile.bsd-wrapper obj

.include <bsd.subdir.mk>