mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r3094] Purpose:
Fix Description: Hopefully the last fix in the .C -> .cpp suffix change saga. Forgot to tell the commence/conclude files that the suffix has changed
This commit is contained in:
parent
812bfdae01
commit
82c9848b2d
@ -6,7 +6,7 @@
|
||||
|
||||
## Things that Make needs
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .C .o .lo
|
||||
.SUFFIXES: .cpp .o .lo
|
||||
@SET_MAKE@
|
||||
|
||||
## Directories to search
|
||||
|
@ -168,10 +168,10 @@ maintainer-clean: distclean
|
||||
-$(RM) *~ core core.* *.core *.bak *.contrib gmon.out
|
||||
|
||||
## Implicit rules
|
||||
.C.o:
|
||||
.cpp.o:
|
||||
$(CXX) $(CXXFLAGS) $(CPPFLAGS) -c $<
|
||||
|
||||
.C.lo:
|
||||
.cpp.lo:
|
||||
@$(LT_COMPILE) $(CXXFLAGS) $(CPPFLAGS) -c $<
|
||||
|
||||
##-----------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user