From 553628470675b1747b0b6cdccf5e971482c28435 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Sun, 17 Feb 2002 18:38:01 +0000 Subject: Remove dynconfig.{o,po} in clean target. (This used to be commit 9c1c25db792d58f451df3736f1b875c493e7d67c) --- source3/Makefile.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/Makefile.in b/source3/Makefile.in index 5b98f301d7..449f8d25de 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -802,8 +802,12 @@ uninstallbin: uninstallscripts: @$(SHELL) $(srcdir)/script/uninstallscripts.sh $(INSTALLPERMS) $(BINDIR) $(SCRIPTS) +# Toplevel clean files +TOPFILES=dynconfig.o dynconfig.po + clean: delheaders - -rm -f core */*~ *~ */*.o */*.po */*.po32 */*.@SHLIBEXT@ $(PROGS) $(SPROGS) .headers.stamp + -rm -f core */*~ *~ */*.o */*.po */*.po32 */*.@SHLIBEXT@ \ + $(TOPFILES) $(PROGS) $(SPROGS) .headers.stamp winbindd_proto: @cd $(srcdir) && $(SHELL) script/mkproto.sh $(AWK) \ -- cgit