[Bug 71003] Cannot translate project due to srcdir != builddir.

Amilcar do Carmo Lucas amilcar at ida.ing.tu-bs.de
Fri Jan 9 18:45:08 UTC 2004


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
      
http://bugs.kde.org/show_bug.cgi?id=71003      




------- Additional Comments From amilcar at ida.ing.tu-bs.de  2004-01-09 18:43 -------
Subject: kdevelop

CVS commit by aclu: 

Partly fix "Cannot translate project due to srcdir != builddir" 71003
http://bugs.kde.org/show_bug.cgi?id=71003

Please read kdevelop/languages/cpp/app_templates/kapp/README and test it.

CCMAIL: 71003 at bugs.kde.org


  M +1 -1      Makefile.am   1.92
  M +1 -1      parts/appwizard/common/kde-Makefile.am   1.2


--- kdevelop/parts/appwizard/common/kde-Makefile.am  #1.1.1.1:1.2
@@ -13,5 +13,5 @@
 
 package-messages:
-        $(MAKE) -f admin/Makefile.common package-messages
+        $(MAKE) -f $(top_srcdir)/admin/Makefile.common package-messages
         $(MAKE) -C po merge
 

--- kdevelop/Makefile.am  #1.91:1.92
@@ -25,5 +25,5 @@
 
 package-messages:
-        $(MAKE) -f admin/Makefile.common package-messages
+        $(MAKE) -f $(top_srcdir)/admin/Makefile.common package-messages
         $(MAKE) -C po merge




More information about the KDevelop-devel mailing list