From: Wayne Davison Date: Fri, 31 Jul 2020 01:58:34 +0000 (-0700) Subject: Don't make .PHONY the first target in a Makefile. X-Git-Tag: v3.2.3~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e83bbeb6735575e1fd178eeaf620c1ab85bd8f93;p=thirdparty%2Frsync.git Don't make .PHONY the first target in a Makefile. --- diff --git a/Makefile.in b/Makefile.in index 1c53af6a..e1060b77 100644 --- a/Makefile.in +++ b/Makefile.in @@ -67,8 +67,8 @@ CHECK_OBJS=tls.o testrun.o getgroups.o getfsdev.o t_stub.o t_unsafe.o trimslash. $(CC) -I. -I$(srcdir) $(CFLAGS) $(CPPFLAGS) -c $< @CC_SHOBJ_FLAG@ @OBJ_RESTORE@ -.PHONY: all all: Makefile rsync$(EXEEXT) stunnel-rsyncd.conf @MAKE_MAN@ +.PHONY: all .PHONY: install install: all diff --git a/prepare-source.mak b/prepare-source.mak index 08b916de..12027cb1 100644 --- a/prepare-source.mak +++ b/prepare-source.mak @@ -1,7 +1,7 @@ SHELL=/bin/sh -.PHONY: conf conf: configure.sh config.h.in +.PHONY: conf aclocal.m4: m4/*.m4 aclocal -I m4