]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
ci: restore default build target
authorZen Dodd <mail@steadytao.com>
Sun, 12 Jul 2026 03:17:34 +0000 (13:17 +1000)
committerAndrew Tridgell <andrew@tridgell.net>
Mon, 20 Jul 2026 00:05:43 +0000 (10:05 +1000)
Makefile.in

index ad024132e9332bcd9b99752d73860aaf5ccb9f66..ac14877b88fc6c5f999ec0569b9fa52c91380d6d 100644 (file)
@@ -74,15 +74,15 @@ CHECK_COMPILE_OBJS=syscall-no-at-fdcwd.o
        $(CC) -I. -I$(srcdir) $(CFLAGS) $(CPPFLAGS) -c $< @CC_SHOBJ_FLAG@
 @OBJ_RESTORE@
 
-syscall-no-at-fdcwd.o: syscall.c $(HEADERS)
-       $(CC) -I. -I$(srcdir) $(CFLAGS) $(CPPFLAGS) \
-           -DRSYNC_TEST_NO_AT_FDCWD -c $(srcdir)/syscall.c -o $@
-
 # NOTE: consider running "packaging/smart-make" instead of "make" to auto-handle
 # any changes to configure.sh and the main Makefile prior to a "make all".
 all: Makefile rsync$(EXEEXT) stunnel-rsyncd.conf @MAKE_RRSYNC@ @MAKE_MAN@
 .PHONY: all
 
+syscall-no-at-fdcwd.o: syscall.c $(HEADERS)
+       $(CC) -I. -I$(srcdir) $(CFLAGS) $(CPPFLAGS) \
+           -DRSYNC_TEST_NO_AT_FDCWD -c $(srcdir)/syscall.c -o $@
+
 .PHONY: install
 install: all
        -$(MKDIR_P) $(DESTDIR)$(bindir)