This commit was generated by cvs2svn to track changes on a CVS vendor
[unix-history] / gnu / usr.bin / gcc1 / Makefile
CommitLineData
15637ed4
RG
1# @(#)Makefile 6.1 (Berkeley) 1/29/91
2#
3# PATCHES MAGIC LEVEL PATCH THAT GOT US HERE
4# -------------------- ----- ----------------------
5# CURRENT PATCH LEVEL: 1 00119
6# -------------------- ----- ----------------------
7#
8# 30 Mar 93 Rodney W. Grimes Added special rule for make depend
9#
10
11SUBDIR= cc cpp cc1 gnulib
12
13# special top level rule due to symbolic links needed for this to work
14#
15depend:
16 cd $(.CURDIR)/cc; make config.h; make depend
17 cd $(.CURDIR)/cc1; make config.h; make depend
18 cd $(.CURDIR)/cpp; make config.h; make depend
19 cd $(.CURDIR)/gnulib; make config.h; make depend
20
21.include <bsd.subdir.mk>