mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-09-22 02:05:04 -04:00
Added missing $(CPPFLAGS) from the building of rounding.h.
This commit is contained in:
1 parent
53936ef935
commit
ddff23a7f9
1 file changed
+1
-1
+1
-1
@@ -82,7 +82,7 @@ flist.o: rounding.h
|
||||
|
||||
rounding.h: rounding.c rsync.h
|
||||
@for r in 0 1 3; do \
|
||||
if $(CC) $(CFLAGS) $(LDFLAGS) -o rounding -DEXTRA_ROUNDING=$$r -I. $(srcdir)/rounding.c >rounding.out 2>&1; then \
|
||||
if $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o rounding -DEXTRA_ROUNDING=$$r -I. $(srcdir)/rounding.c >rounding.out 2>&1; then \
|
||||
echo "#define EXTRA_ROUNDING $$r" >rounding.h; \
|
||||
if test -f "$$HOME/build_farm/build_test.fns"; then \
|
||||
echo "EXTRA_ROUNDING is $$r" >&2; \
|
||||
|
||||
Reference in new issue
Block a user