diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-04-13 21:40:59 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-13 23:03:27 +1000 |
commit | 3909088e13c24183d22df6a77cd0717a6ed50c72 (patch) | |
tree | 8d40ce60cc54027e30d7845e8c12d62ef5a9130f /source4/build | |
parent | c10d267a7620d53e34f79c2514849cd82a47b9aa (diff) | |
download | samba-3909088e13c24183d22df6a77cd0717a6ed50c72.tar.gz samba-3909088e13c24183d22df6a77cd0717a6ed50c72.tar.bz2 samba-3909088e13c24183d22df6a77cd0717a6ed50c72.zip |
s4: prevent the autoconf build from removing source4/librpc/gen_ndr/README
Diffstat (limited to 'source4/build')
-rw-r--r-- | source4/build/make/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/make/rules.mk b/source4/build/make/rules.mk index b922f7c331..30622cc89b 100644 --- a/source4/build/make/rules.mk +++ b/source4/build/make/rules.mk @@ -53,7 +53,7 @@ clean:: clean_pch @-rm -f bin/.*_* @echo Removing generated files @-rm -f bin/*_init_module.c - @-rm -rf librpc/gen_* + @-rm -f librpc/gen_ndr/*.* distclean:: clean -rm -f include/config.h include/config_tmp.h include/build.h |