summaryrefslogtreecommitdiff
path: root/gnu/egcs/Makefile.bsd-wrapper
blob: ca5e7f62dc29f2686abd5665d7c327201c672c0a (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$OpenBSD: Makefile.bsd-wrapper,v 1.6 2003/11/24 17:12:55 espie Exp $

SUBDIR+= libio libf2c libstdc++ 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>