diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-06-19 22:25:38 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:18:32 -0500 |
commit | 6d1fedd199b1108a499cbba9a0db0db440a54644 (patch) | |
tree | 2c2e0f716b5fd8665067742c5ca4e11683148b13 /source4/build | |
parent | 2a819d0dfcb02ead63832a2ea5af79f90af82647 (diff) | |
download | samba-6d1fedd199b1108a499cbba9a0db0db440a54644.tar.gz samba-6d1fedd199b1108a499cbba9a0db0db440a54644.tar.bz2 samba-6d1fedd199b1108a499cbba9a0db0db440a54644.zip |
r7762: Clean up make help files.
(This used to be commit fa1ab1982cb2ea49fc35d75fb32192fc1bea23cd)
Diffstat (limited to 'source4/build')
-rw-r--r-- | source4/build/smb_build/makefile.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm index bc38cfcf80..a58ed8cf76 100644 --- a/source4/build/smb_build/makefile.pm +++ b/source4/build/smb_build/makefile.pm @@ -513,7 +513,7 @@ proto_test: @[ -f $(builddir)/include/proto.h ] || $(MAKE) proto clean: delheaders - -rm -f *.o */*.o */*/*.o */*/*/*.o bin/* + -rm -f *.o */*.o */*/*.o */*/*/*.o bin/* bin/.SUBSYSTEM_* bin/.MODULE_* -rm -rf librpc/gen_* distclean: clean |