Changeset 8324 for trunk/AISC

Show
Ignore:
Timestamp:
23/12/11 12:57:59 (5 months ago)
Author:
westram
Message:
  • clang-fix: explicitely pass language type to compiler when .c is compiled as c++
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/AISC/Makefile

    r7623 r8324  
    1414 
    1515.c.o: 
    16         $(CPP) $(cflags) -c $< $(AINCLUDES) $(POST_COMPILE) 
     16        $(CPP) -x c++ $(cflags) -c $< $(AINCLUDES) $(POST_COMPILE) 
    1717 
    1818DEPENDS = $(OBJECTS:.o=.depend)