Don't make .PHONY the first target in a Makefile.

This commit is contained in:
Wayne Davison
2020-07-30 18:58:34 -07:00
parent b6aa9c5cfe
commit e83bbeb673
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -1,7 +1,7 @@
SHELL=/bin/sh
.PHONY: conf
conf: configure.sh config.h.in
.PHONY: conf
aclocal.m4: m4/*.m4
aclocal -I m4