Changeset 4719

Show
Ignore:
Timestamp:
10/21/06 05:44:53 (23 months ago)
Author:
erijo
Message:

The following error is always printed when running make -f Makefile.cvs

Error: $(licq_gui) is listed in a _SOURCE line in src/Makefile.in, but doesn't exist yet. Put it in DISTCLEANFILES!

This is not really an error, so let's hide it. Closes #1397.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt-gui/am_edit

    r4627 r4719  
    296296            for $source (keys %source_dict) { 
    297297                next if (!$source); 
    298                 if ($source_dict{$source}) { 
     298                if ($source_dict{$source} && $source ne '$(licq_gui)') { 
    299299                    # sanity check 
    300300                    if (! -f $source) {