Changeset 525


Ignore:
Timestamp:
Feb 4, 2010, 9:46:39 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

qmake/os2: Makefiles for subdirs targets also need QMAKESPECDIR and MAKEFILE.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/qmake/generators/os2/gnumake.cpp

    r382 r525  
    285285         "$(subst +,\\+,$(subst $(space),\\ ,$(subst \",,$(1)))))))" << endl << endl;
    286286
     287
     288
     289
     290
     291
     292
     293
    287294    if(!project->values("QMAKE_FAILED_REQUIREMENTS").isEmpty()) {
    288295        t << "all clean:" << "\n\t"
     
    320327void GNUMakefileGenerator::writeGNUParts(QTextStream &t)
    321328{
    322     t << "QMAKESPECDIR  = " << escapeFilePath(specdir()) << endl;
    323 
    324     QString ofile = escapeFilePath(Option::output.fileName());
    325     if(ofile.lastIndexOf(Option::dir_sep) != -1)
    326         ofile = ofile.right(ofile.length() - ofile.lastIndexOf(Option::dir_sep) -1);
    327     t << "MAKEFILE      = " << ofile << endl << endl;
    328 
    329329    writeStandardParts(t);
    330330
Note: See TracChangeset for help on using the changeset viewer.