From: Zen Dodd Date: Sun, 12 Jul 2026 03:17:34 +0000 (+1000) Subject: ci: restore default build target X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9062840a9165c38956f0235ae0b72e75bb2149a3;p=thirdparty%2Frsync.git ci: restore default build target --- diff --git a/Makefile.in b/Makefile.in index ad024132..ac14877b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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)