• Sam Lantinga's avatar
    This patch fixes the issue of configure generating broken Makefile · be54c8a0
    Sam Lantinga authored
    when .cc files are used due to bad sed substitution on multiple passes:
    $(objects)/SDL_BeApp.lo:
    $(objects)/SDL_BeApp.lo: ./src/main/beos/SDL_BeApp.c
    $(LIBTOOL) --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS)  -c $< -o $@c
    $(LIBTOOL) --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS)  -c $< -o $@
    
    Signed-off-by: François Revol
    be54c8a0
configure.in 99.3 KB