solaris10 change
Changed a @CXX@ to a @CXX_DEPENDS@
This commit is contained in:
parent
e82454b11b
commit
4d0160ec34
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ clean:
|
|||
$(RM) *.o *.*~ csvdiff $(BINDIR)/csvdiff
|
||||
|
||||
%.d:
|
||||
@CXX@ -MM -I$(INCDIR) $(CXX_FLAGS) $*.cpp > $*.d
|
||||
@CXX_DEPENDS@ -MM -I$(INCDIR) $(CXX_FLAGS) $*.cpp > $*.d
|
||||
|
||||
depends: $(DEPENDS)
|
||||
cat *.d &> .depends
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue