From e83bbeb6735575e1fd178eeaf620c1ab85bd8f93 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Thu, 30 Jul 2020 18:58:34 -0700 Subject: [PATCH] Don't make .PHONY the first target in a Makefile. --- Makefile.in | 2 +- prepare-source.mak | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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