$(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)