Skip to content

Commit 73ea930

Browse files
committed
this rule is for rip-builds
.. so rename it. I don't know if anyone is using the rule, but if so they have to adjust their manual process This also fixes the build-time diagnostic ``` Makefile:865: warning: overriding recipe for target 'install-menu' Makefile:648: warning: ignoring old recipe for target 'install-menu' ```
1 parent 062939c commit 73ea930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ install install-software install-docs:
642642

643643
MENUS = ../share/menus/CNC.menu \
644644
../share/desktop-directories/cnc.directory
645-
install-menus install-menu: $(MENUS) $(XDGDESKTOP)
645+
rip-install-menus rip-install-menu: $(MENUS) $(XDGDESKTOP)
646646
mkdir -p $(HOME)/.config/menus/applications-merged
647647
cp $< $(HOME)/.config/menus/applications-merged
648648
else

0 commit comments

Comments
 (0)