mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-18 20:10:29 +01:00
Look for plmenu in build directory when creating WMRootMenu.
Previously, plmenu already existed in the source directory, and that's where make looked for it. Now, however, it is generated to include the proper path to WPrefs and therefore is in the build directory. See https://www.gnu.org/software/make/manual/html_node/Makefile-Basics.html for more about this distinction.
This commit is contained in:
committed by
Carlos R. Mafra
parent
f9b2cf9747
commit
3426f8110b
@@ -23,5 +23,5 @@ WMState: $(srcdir)/WMState.in
|
||||
$(AM_V_GEN)sed -e "s:#wprefs#:$(wpexecbindir)/WPrefs:" $(srcdir)/WMState.in > WMState ; \
|
||||
chmod 644 WMState
|
||||
|
||||
WMRootMenu: $(srcdir)/../plmenu
|
||||
$(AM_V_GEN)cp -f $(srcdir)/../plmenu WMRootMenu
|
||||
WMRootMenu: ./../plmenu
|
||||
$(AM_V_GEN)cp -f ./../plmenu WMRootMenu
|
||||
|
||||
Reference in New Issue
Block a user