artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd7708a
)
Add missing dependency for external.h, from Don Hiatt.
author
ragge
<ragge@openbsd.org>
Thu, 21 Aug 2008 16:39:54 +0000
(16:39 +0000)
committer
ragge
<ragge@openbsd.org>
Thu, 21 Aug 2008 16:39:54 +0000
(16:39 +0000)
usr.bin/pcc/ccom/Makefile.inc
patch
|
blob
|
history
diff --git
a/usr.bin/pcc/ccom/Makefile.inc
b/usr.bin/pcc/ccom/Makefile.inc
index
7d2c753
..
62cfda3
100644
(file)
--- 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