From 0edf73c85a6cc5a615d60aaa615b06944fe71572 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 20 Jun 2006 12:20:11 +0000 Subject: r16415: Also delete object files from iniparser. Guenther (This used to be commit 4e1816855a8f86d1228c44b39126fbfb3cb893c0) --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/Makefile.in') 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 -- cgit