Skip to content

Commit e83bbeb

Browse files
committed
Don't make .PHONY the first target in a Makefile.
1 parent b6aa9c5 commit e83bbeb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ CHECK_OBJS=tls.o testrun.o getgroups.o getfsdev.o t_stub.o t_unsafe.o trimslash.
6767
$(CC) -I. -I$(srcdir) $(CFLAGS) $(CPPFLAGS) -c $< @CC_SHOBJ_FLAG@
6868
@OBJ_RESTORE@
6969

70-
.PHONY: all
7170
all: Makefile rsync$(EXEEXT) stunnel-rsyncd.conf @MAKE_MAN@
71+
.PHONY: all
7272

7373
.PHONY: install
7474
install: all

prepare-source.mak

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
SHELL=/bin/sh
22

3-
.PHONY: conf
43
conf: configure.sh config.h.in
4+
.PHONY: conf
55

66
aclocal.m4: m4/*.m4
77
aclocal -I m4

0 commit comments

Comments
 (0)