From 3909088e13c24183d22df6a77cd0717a6ed50c72 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 13 Apr 2010 21:40:59 +1000 Subject: s4: prevent the autoconf build from removing source4/librpc/gen_ndr/README --- source4/build/make/rules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/build') 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 -- cgit v1.2.1