diff options
author | Gerald Carter <jerry@samba.org> | 2003-01-15 19:00:44 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-01-15 19:00:44 +0000 |
commit | d344a009efcd5611eaa23469631f54a6e1e86d00 (patch) | |
tree | 4e87703a767d57f4ed88bc9b88bb0d0e43087606 | |
parent | 5fb59502585c68d03bf016d6a4470f2519f941d7 (diff) | |
download | samba-d344a009efcd5611eaa23469631f54a6e1e86d00.tar.gz samba-d344a009efcd5611eaa23469631f54a6e1e86d00.tar.bz2 samba-d344a009efcd5611eaa23469631f54a6e1e86d00.zip |
remove torture tools on make clean
(This used to be commit dfeab6ff24e87e3459d28aa4bbaa5187505c199c)
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 3b1d3ace4a..ada49220cb 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1052,7 +1052,7 @@ TOPFILES=dynconfig.o dynconfig.po clean: delheaders python_clean -rm -f core */*~ *~ */*.o */*.po */*.po32 */*.@SHLIBEXT@ \ - $(TOPFILES) $(BIN_PROGS) $(SBIN_PROGS) $(MODULES) .headers.stamp + $(TOPFILES) $(BIN_PROGS) $(SBIN_PROGS) $(MODULES) $(TORTURE_PROGS) .headers.stamp # Making this target will just make sure that the prototype files # exist, not necessarily that they are up to date. Since they're |