diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2012-07-06 16:54:25 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2012-07-06 16:54:25 +0000 |
| commit | 18a6b67da52c74075f2a346c4f8566d1601dddeb (patch) | |
| tree | b67bc878c047ad01cece8c3befd814f49e6a4dbe | |
| parent | 40a23d71008d42a952a16c1b9c93184287d27d31 (diff) | |
Notes
| -rw-r--r-- | external/bsd/bmake/usr.bin/bmake/Makefile (renamed from external/bsd/bmake/usr.bin/Makefile) | 2 | ||||
| -rw-r--r-- | external/bsd/bmake/usr.bin/bmake/config.h (renamed from external/bsd/bmake/usr.bin/config.h) | 0 | ||||
| -rw-r--r-- | external/bsd/bmake/usr.bin/bmake/unit-tests/Makefile (renamed from external/bsd/bmake/usr.bin/unit-tests/Makefile) | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/external/bsd/bmake/usr.bin/Makefile b/external/bsd/bmake/usr.bin/bmake/Makefile index c6e1c73e30255..398bb4c710718 100644 --- a/external/bsd/bmake/usr.bin/Makefile +++ b/external/bsd/bmake/usr.bin/bmake/Makefile @@ -25,7 +25,7 @@ SRCS += lstPrev.c # you can use this Makefile if you have an earlier version of bmake. prefix= /usr -srcdir= ${.CURDIR}/../dist +srcdir= ${.CURDIR}/../../dist # Base version on src date MAKE_VERSION= 20120620 diff --git a/external/bsd/bmake/usr.bin/config.h b/external/bsd/bmake/usr.bin/bmake/config.h index 12e9c7dd9f191..12e9c7dd9f191 100644 --- a/external/bsd/bmake/usr.bin/config.h +++ b/external/bsd/bmake/usr.bin/bmake/config.h diff --git a/external/bsd/bmake/usr.bin/unit-tests/Makefile b/external/bsd/bmake/usr.bin/bmake/unit-tests/Makefile index bae70ac37f1ba..4f6fef54fe506 100644 --- a/external/bsd/bmake/usr.bin/unit-tests/Makefile +++ b/external/bsd/bmake/usr.bin/bmake/unit-tests/Makefile @@ -16,7 +16,7 @@ # named makefile which should be added to SUBFILES to hook it in. # -srcdir= ${.CURDIR}/../../dist/unit-tests +srcdir= ${.CURDIR}/../../../dist/unit-tests .MAIN: all |
