Ignore:
Timestamp:
Dec 10, 2009, 11:47:47 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

qmake: Place a new line symbol in the clean target of the master Makefile of the dual build mode (r162 regression).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/qmake/generators/makefile.cpp

    r363 r414  
    25072507                QString::null;
    25082508        if(suffix == "clean") {
    2509             t << varGlue("QMAKE_CLEAN","\t-$(DEL_FILE) ",del_suffix+"\n\t-$(DEL_FILE) ", del_suffix);
     2509            t << varGlue("QMAKE_CLEAN","\t-$(DEL_FILE) ",del_suffix+"\n\t-$(DEL_FILE) ", del_suffix);
    25102510        } else if(suffix == "distclean") {
    25112511            QString ofile = Option::fixPathToTargetOS(fileFixify(Option::output.fileName()));
Note: See TracChangeset for help on using the changeset viewer.