I accidently svn added these in the wrong place.

This commit is contained in:
David E. O'Brien 2012-07-06 16:54:25 +00:00
parent 40a23d7100
commit 18a6b67da5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/bmake/; revision=238174
3 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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