From 18a6b67da52c74075f2a346c4f8566d1601dddeb Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Fri, 6 Jul 2012 16:54:25 +0000 Subject: [PATCH] I accidently svn added these in the wrong place. --- external/bsd/bmake/usr.bin/{ => bmake}/Makefile | 2 +- external/bsd/bmake/usr.bin/{ => bmake}/config.h | 0 external/bsd/bmake/usr.bin/{ => bmake}/unit-tests/Makefile | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename external/bsd/bmake/usr.bin/{ => bmake}/Makefile (99%) rename external/bsd/bmake/usr.bin/{ => bmake}/config.h (100%) rename external/bsd/bmake/usr.bin/{ => bmake}/unit-tests/Makefile (97%) diff --git a/external/bsd/bmake/usr.bin/Makefile b/external/bsd/bmake/usr.bin/bmake/Makefile similarity index 99% rename from external/bsd/bmake/usr.bin/Makefile rename to external/bsd/bmake/usr.bin/bmake/Makefile index c6e1c73e302..398bb4c7107 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 similarity index 100% rename from external/bsd/bmake/usr.bin/config.h rename to 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 similarity index 97% rename from external/bsd/bmake/usr.bin/unit-tests/Makefile rename to external/bsd/bmake/usr.bin/bmake/unit-tests/Makefile index bae70ac37f1..4f6fef54fe5 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