diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-19 10:20:37 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-19 10:20:37 +0200 |
commit | 694a579cb8d418a4feb441a77c0dc000023f2c6e (patch) | |
tree | d7292b8cfaa20982f8bdb223c9cb8a1628c985e7 /source4/Makefile | |
parent | 2fc058bdb0dd7d6ed2ffb17f049a677709d8be74 (diff) | |
parent | 0fd0fc75c46b39a611c7f9a56081105714d73e36 (diff) | |
download | samba-694a579cb8d418a4feb441a77c0dc000023f2c6e.tar.gz samba-694a579cb8d418a4feb441a77c0dc000023f2c6e.tar.bz2 samba-694a579cb8d418a4feb441a77c0dc000023f2c6e.zip |
Merge branch 'selftest' of git://git.samba.org/jelmer/samba
Diffstat (limited to 'source4/Makefile')
-rw-r--r-- | source4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/Makefile b/source4/Makefile index 7dae4729b7..26cab668c8 100644 --- a/source4/Makefile +++ b/source4/Makefile @@ -301,8 +301,8 @@ data.mk: config.status $(MK_FILES) testcov-html:: include $(pidldir)/config.mk -selftestdir := $(srcdir)/selftest -include $(selftestdir)/config.mk +selftestdir := $(srcdir)/../selftest +include $(srcdir)/selftest/config.mk showflags:: @echo ' pwd = '`/bin/pwd` |