From: Michael Adam Date: Sun, 18 May 2008 23:22:14 +0000 (+0200) Subject: build: remove the proto_exists target - it is not needed anymore. X-Git-Tag: samba-3.3.0pre1~1188^2~31 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=35f4df7ab86a1b0a920003398043f0b77c75b0a8;p=thirdparty%2Fsamba.git build: remove the proto_exists target - it is not needed anymore. Michael --- diff --git a/source/Makefile.in b/source/Makefile.in index a38535101ec..e22f9657f85 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -1272,14 +1272,14 @@ PRECOMPILED_HEADER = $(builddir)/include/includes.h.gch # this adds support for precompiled headers. To use it, install a snapshot # of gcc-3.4 and run 'make pch' before you do the main build. -pch: proto_exists +pch: rm -f $(PRECOMPILED_HEADER) $(MAKE) $(PRECOMPILED_HEADER) $(PRECOMPILED_HEADER): $(srcdir)/include/includes.h $(COMPILE) -BINARY_PREREQS = proto_exists bin/.dummy +BINARY_PREREQS = bin/.dummy # These dependencies are only approximately correct: we want to make # sure Samba's paths are updated if ./configure is re-run. Really it @@ -2293,18 +2293,10 @@ clean: $(LIBTALLOC) $(LIBSMBCLIENT) $(LIBADDNS) \ $(LIBSMBSHAREMODES) $(EVERYTHING_PROGS) $(LIBNETAPI) \ bin/libwbclient.so.0 bin/timelimit \ - .headers.stamp */src/*.o proto_exists \ + .headers.stamp */src/*.o \ $(LIBTDB_SYMS) -rm -rf t_dir -# Making this target will just make sure that the prototype files -# exist, not necessarily that they are up to date. Since they're -# removed by "make clean" this will always be run when you do anything -# afterwards. -proto_exists: include/build_env.h \ - smbd/build_options.c - @touch proto_exists - include/build_env.h: script/build_env.sh @echo Building include/build_env.h @$(SHELL) $(srcdir)/script/build_env.sh $(srcdir) $(builddir) $(CC) \