diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1994-11-15 04:52:19 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1994-11-15 04:52:19 +0000 |
| commit | 8ab1d79d165e6fe313540017143ca389d27a020d (patch) | |
| tree | cf95ec03f06accade4e1638056fb6513bccd761b /gnu/usr.bin/cc/cpp/Makefile | |
| parent | 4ef84c6a4e276aa5878f9dc9a6133cc8da78c4cf (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/cc/cpp/Makefile')
| -rw-r--r-- | gnu/usr.bin/cc/cpp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/usr.bin/cc/cpp/Makefile b/gnu/usr.bin/cc/cpp/Makefile index 0bbc198d9d31..43ec78c3a49f 100644 --- a/gnu/usr.bin/cc/cpp/Makefile +++ b/gnu/usr.bin/cc/cpp/Makefile @@ -2,9 +2,10 @@ # $Id$ # -.PATH: ${.CURDIR}/../cc_int PROG = cpp -SRCS = cccp.c cexp.c obstack.c version.c +SRCS = cccp.c cexp.c BINDIR= /usr/libexec +.PATH: ${.CURDIR}/../cc_int +SRCS+= obstack.c version.c .include <bsd.prog.mk> |
