Skip to content

Commit

Permalink
AZP/RELEASE: Fixed building rpm.
Browse files Browse the repository at this point in the history
  • Loading branch information
rakhmets committed Dec 5, 2024
1 parent 66b03be commit cb3e27c
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions test/apps/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,8 @@ endif
.cu.o : ; $(NVCC) -c -o $@ $<

test_cuda_get_symbol_address.o: test_cuda_get_symbol_address.cu
$(NVCC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
$(test_cuda_get_symbol_address_CPPFLAGS) -MT $@ -MD -MF \
$(DEPDIR)/test_cuda_get_symbol_address.Tpo -c -o $@ \
`test -f '$<' || echo '$(srcdir)/'`$<
$(AM_V_at)$(am__mv) $(DEPDIR)/test_cuda_get_symbol_address.Tpo \
$(DEPDIR)/test_cuda_get_symbol_address.Po
@am__fastdepCC_TRUE@ $(AM_V_CC)$(NVCC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_cuda_get_symbol_address_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) -MT $@ -MD -MF $(DEPDIR)/test_cuda_get_symbol_address.Tpo -c -o $@ `test -f 'test_cuda_get_symbol_address.cu' || echo '$(srcdir)/'`test_cuda_get_symbol_address.cu
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_cuda_get_symbol_address.Tpo $(DEPDIR)/test_cuda_get_symbol_address.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test_cuda_get_symbol_address.cu' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(NVCC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_cuda_get_symbol_address_CPPFLAGS) $(CPPFLAGS) -Xcompiler "-fPIC" -c -o $@ `test -f 'test_cuda_get_symbol_address.cu' || echo '$(srcdir)/'`test_cuda_get_symbol_address.cu

0 comments on commit cb3e27c

Please sign in to comment.