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 | |
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
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | source4/build/make/rules.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index b10999393d..23174e95b4 100644 --- a/.gitignore +++ b/.gitignore @@ -235,7 +235,7 @@ source4/lib/registry/tdr_regf.c source4/lib/registry/tdr_regf.h source4/lib/registry/tests/proto.h source4/lib/registry/tools/common.h -source4/librpc/gen_ndr +source4/librpc/gen_ndr/*.* source4/librpc/idl-deps source4/librpc/ndr/libndr_proto.h source4/librpc/ndr/ndr_compression.h 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 |