diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-08-01 20:15:52 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-08-01 21:10:39 +0200 |
commit | b2023570c42087e375d0b4a6e9b3540cf9d4047a (patch) | |
tree | 5e08b4f390f3ce0f9cf9cc8386b02c9df8273632 /source4 | |
parent | fff006bd84fc3fd1d9fdd22e3c20110285b2c144 (diff) | |
download | samba-b2023570c42087e375d0b4a6e9b3540cf9d4047a.tar.gz samba-b2023570c42087e375d0b4a6e9b3540cf9d4047a.tar.bz2 samba-b2023570c42087e375d0b4a6e9b3540cf9d4047a.zip |
build: remove warning about missing generated include file
metze
(This used to be commit 495d068df55a94d48f2a4d2e7f2060fb42f66dbd)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/librpc/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/config.mk b/source4/librpc/config.mk index 1200f4ed1b..d87683dd6f 100644 --- a/source4/librpc/config.mk +++ b/source4/librpc/config.mk @@ -360,7 +360,7 @@ $(librpcsrcdir)/idl-deps: clean:: rm -f $(librpcsrcdir)/idl-deps -include $(librpcsrcdir)/idl-deps +-include $(librpcsrcdir)/idl-deps $(gen_ndrsrcdir)/tables.c: $(IDL_NDR_PARSE_H_FILES) @echo Generating $@ |