summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorAnders Magnusson <ragge@cvs.openbsd.org>2008-08-21 16:39:55 +0000
committerAnders Magnusson <ragge@cvs.openbsd.org>2008-08-21 16:39:55 +0000
commit57e30536959d5985152a29746d40c1a601c91ece (patch)
tree53aaa9f97142f74fed9a73144ef30a722e5492e5 /usr.bin
parent235fb2b6a1e240884dc07b956bb8c4add9e6ec99 (diff)
Add missing dependency for external.h, from Don Hiatt.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/pcc/ccom/Makefile.inc4
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