diff options
author | 2008-08-21 16:39:54 +0000 | |
---|---|---|
committer | 2008-08-21 16:39:54 +0000 | |
commit | 0f881355c1c2f55fc52197185c71d38c2247536d (patch) | |
tree | cb81f9bc055856719c6cd78a0f0544ac54313670 | |
parent | From master repo: Accept // inside #if directives. (diff) | |
download | wireguard-openbsd-0f881355c1c2f55fc52197185c71d38c2247536d.tar.xz wireguard-openbsd-0f881355c1c2f55fc52197185c71d38c2247536d.zip |
Add missing dependency for external.h, from Don Hiatt.
-rw-r--r-- | usr.bin/pcc/ccom/Makefile.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/pcc/ccom/Makefile.inc b/usr.bin/pcc/ccom/Makefile.inc index 7d2c753c340..62cfda3e744 100644 --- a/usr.bin/pcc/ccom/Makefile.inc +++ b/usr.bin/pcc/ccom/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.3 2007/10/15 01:05:25 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.4 2008/08/21 16:39:54 ragge Exp $ # # Makefile for the ccom part of pcc. # @@ -42,5 +42,7 @@ external.h external.c: mkext pftn.o: cgram.c +reader.o regs.o match.o trees.o: external.h + cleandepend: rm -f .depend ${.CURDIR}/tags cgram.h |