diff options
author | Andrew Bartlett <abartlet@samba.org> | 2008-07-15 15:01:43 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2008-07-15 15:01:43 +1000 |
commit | 13a498939a7caf574635430271369c214e227a97 (patch) | |
tree | fd46795c30671291cb8cb7156dfa9167dc82cf35 /source4/selftest/config.mk | |
parent | b49c30dd39ba4705fc9fd8fc11650e9e1387c85c (diff) | |
download | samba-13a498939a7caf574635430271369c214e227a97.tar.gz samba-13a498939a7caf574635430271369c214e227a97.tar.xz samba-13a498939a7caf574635430271369c214e227a97.zip |
Fix 'make gdbtest-enb' and the GDB_PROVISION option.
(This used to be commit 79c4d8e2fabc9c33d978c064b9c01ca45e463ced)
Diffstat (limited to 'source4/selftest/config.mk')
-rw-r--r-- | source4/selftest/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/selftest/config.mk b/source4/selftest/config.mk index 871c14898f2..5503a42cddf 100644 --- a/source4/selftest/config.mk +++ b/source4/selftest/config.mk @@ -78,4 +78,4 @@ gdbtest-all:: everything gdbtest-env:: everything SMBD_VALGRIND="xterm -n smbd -e $(srcdir)/script/gdb_run $(LD_LIBPATH_OVERRIDE)" \ - $(SELFTEST) $(SELFTEST_NOSLOW_OPTS)--socket-wrapper --testenv + $(SELFTEST) $(SELFTEST_NOSLOW_OPTS) --socket-wrapper --testenv |