mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
Fix "make clean" to also delete SPROGS.
(This used to be commit 268cbede0f
)
This commit is contained in:
parent
1a5a571b41
commit
2aa4ae7311
@ -297,7 +297,7 @@ uninstallcp:
|
||||
@$(SHELL) $(srcdir)/script/uninstallcp.sh $(CODEPAGEDIR) $(CODEPAGELIST)
|
||||
|
||||
clean:
|
||||
rm -f core */*.o */*~ *~ config.cache $(PROGS)
|
||||
rm -f core */*.o */*~ *~ config.cache $(PROGS) $(SPROGS)
|
||||
|
||||
proto:
|
||||
@echo rebuilding include/proto.h
|
||||
|
Loading…
Reference in New Issue
Block a user