summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-04-13 21:40:59 +1000
committerAndrew Tridgell <tridge@samba.org>2010-04-13 23:03:27 +1000
commit3909088e13c24183d22df6a77cd0717a6ed50c72 (patch)
tree8d40ce60cc54027e30d7845e8c12d62ef5a9130f
parentc10d267a7620d53e34f79c2514849cd82a47b9aa (diff)
downloadsamba-3909088e13c24183d22df6a77cd0717a6ed50c72.tar.gz
s4: prevent the autoconf build from removing source4/librpc/gen_ndr/README
-rw-r--r--.gitignore2
-rw-r--r--source4/build/make/rules.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index b10999393dc..23174e95b45 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 b922f7c331f..30622cc89b8 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