diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-06-18 09:33:48 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-06-18 15:26:44 +0200 |
commit | a146f0708e9eb784c376bfa49a0e3435409bf98d (patch) | |
tree | 12421e0bd8529f5febc7bfd29ab9354e2c323003 /source3/Makefile.in | |
parent | 9cbea1f6ed977b3e66846741555bd0751521fcdc (diff) | |
download | samba-a146f0708e9eb784c376bfa49a0e3435409bf98d.tar.gz |
s3:Makefile.in: remove pidl generated files with 'make realdistclean'
metze
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 0d0950adfc1..50680c48c3a 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -3245,6 +3245,7 @@ distclean:: realclean realdistclean:: distclean -rm -f include/autoconf/config.h.in -rm -f include/autoconf/version.h + -rm -f autoconf/librpc/gen_ndr/*.[ch] -rm -f configure # when configure.in is updated, reconfigure |