diff options
author | Günther Deschner <gd@samba.org> | 2006-06-20 12:20:11 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:18:52 -0500 |
commit | 0edf73c85a6cc5a615d60aaa615b06944fe71572 (patch) | |
tree | a43213d4adc49b669994f61f926e4254b35a4941 | |
parent | 7dad923a49ae93e1d4377427a059e999dbf3f779 (diff) | |
download | samba-0edf73c85a6cc5a615d60aaa615b06944fe71572.tar.gz samba-0edf73c85a6cc5a615d60aaa615b06944fe71572.tar.bz2 samba-0edf73c85a6cc5a615d60aaa615b06944fe71572.zip |
r16415: Also delete object files from iniparser.
Guenther
(This used to be commit 4e1816855a8f86d1228c44b39126fbfb3cb893c0)
-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 f1cf71406f..bba2945613 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1600,7 +1600,7 @@ clean: delheaders python_clean $(TOPFILES) $(BIN_PROGS) $(SBIN_PROGS) $(ROOT_SBIN_PROGS) \ $(MODULES) $(TORTURE_PROGS) $(LIBSMBCLIENT) \ $(LIBSMBSHAREMODES) $(EVERYTHING_PROGS) $(LIBMSRPC) \ - .headers.stamp + .headers.stamp */src/*.o */src/*.@PICSUFFIX@ -rm -rf t_dir # Making this target will just make sure that the prototype files |