From 76977cbf6a8d97408d320981340f0b2ad5f1ef2c Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sun, 18 May 2008 23:37:10 +0200 Subject: build: remove reference to mkproto.sh from Makefile No generated prototypes anymore... Michael (This used to be commit 4c7362f2b7ec5e6a60c96925e2c877c5a99a51bc) --- source3/Makefile.in | 2 -- 1 file changed, 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) \ -- cgit