Author Topic: Auto-generated Makefile misses a "  (Read 2738 times)

guth

  • Senior Community Member
  • Posts: 104
  • Hero Points: 7
Auto-generated Makefile misses a "
« on: September 18, 2014, 05:43:05 AM »
Beta 5 on Linux. A new GNU C++ Project with a auto-generated Makefile. The line

LINK=g++ -g -o "$(OUTFILE) $(ALL_OBJ)

misses a " at the end if $(OUTFILE)

Lee

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 1299
  • Hero Points: 130
Re: Auto-generated Makefile misses a "
« Reply #1 on: September 18, 2014, 12:26:30 PM »
Reproduced.  This will be fixed next drop.