diff options
author | Michael Adam <obnox@samba.org> | 2008-05-18 23:37:10 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-05-18 23:37:10 +0200 |
commit | 76977cbf6a8d97408d320981340f0b2ad5f1ef2c (patch) | |
tree | 79659c61e184901e98cd216264583ca414317034 /source3 | |
parent | 04da4453ab1340c0b5bcad98c1f3710a291e9c90 (diff) | |
download | samba-76977cbf6a8d97408d320981340f0b2ad5f1ef2c.tar.gz samba-76977cbf6a8d97408d320981340f0b2ad5f1ef2c.tar.bz2 samba-76977cbf6a8d97408d320981340f0b2ad5f1ef2c.zip |
build: remove reference to mkproto.sh from Makefile
No generated prototypes anymore...
Michael
(This used to be commit 4c7362f2b7ec5e6a60c96925e2c877c5a99a51bc)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index f6709e07d0..bc2d6c287d 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -2308,8 +2308,6 @@ delheaders: @rm -f include/build_env.h \ smbd/build_options.c -MKPROTO_SH = $(srcdir)/script/mkproto.sh - include/build_env.h: script/build_env.sh @echo Building include/build_env.h @$(SHELL) $(srcdir)/script/build_env.sh $(srcdir) $(builddir) $(CC) \ |