summaryrefslogtreecommitdiff
path: root/gnu/egcs/Makefile.bsd-wrapper
blob: ab9f1ab30e5ee4000299a0fabb29adc044bc931a (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$OpenBSD: Makefile.bsd-wrapper,v 1.5 2001/09/11 17:35:46 jason 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>