diff options
author | Tim Potter <tpot@samba.org> | 2002-02-17 18:38:01 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-02-17 18:38:01 +0000 |
commit | 553628470675b1747b0b6cdccf5e971482c28435 (patch) | |
tree | 69b427ba6e1b9aff641978e6ec96394d11afc9b4 /source3 | |
parent | d159876d64ad33eccdc56a6eb1afba96f9863a5d (diff) | |
download | samba-553628470675b1747b0b6cdccf5e971482c28435.tar.gz samba-553628470675b1747b0b6cdccf5e971482c28435.tar.bz2 samba-553628470675b1747b0b6cdccf5e971482c28435.zip |
Remove dynconfig.{o,po} in clean target.
(This used to be commit 9c1c25db792d58f451df3736f1b875c493e7d67c)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 6 |
1 files changed, 5 insertions, 1 deletions
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) \ |