After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 732348 - js/Makefile.am: Fix dependency generation with srcdir != builddir
js/Makefile.am: Fix dependency generation with srcdir != builddir
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2014-06-27 14:46 UTC by Owen Taylor
Modified: 2014-06-29 22:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
js/Makefile.am: Fix dependency generation with srcdir != builddir (1.40 KB, patch)
2014-06-27 14:46 UTC, Owen Taylor
committed Details | Review

Description Owen Taylor 2014-06-27 14:46:55 UTC
If reusing an existing separate builddir, the generation of dependencies
for the JS resource file would fail because it couldn't find misc/config.js,
resulting in the resource file not being regenerated.
Comment 1 Owen Taylor 2014-06-27 14:46:58 UTC
Created attachment 279408 [details] [review]
js/Makefile.am: Fix dependency generation with srcdir != builddir
Comment 2 Jasper St. Pierre (not reading bugmail) 2014-06-27 20:11:20 UTC
Review of attachment 279408 [details] [review]:

OK.
Comment 3 Owen Taylor 2014-06-29 22:30:43 UTC
Attachment 279408 [details] pushed as b95c068 - js/Makefile.am: Fix dependency generation with srcdir != builddir