mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
bin/Makefile, scripts/Makefile: Replace BINDIR by EXEDIR
This commit is contained in:
parent
bb742be8ae
commit
b408507abb
2 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ include $(MODDIR)/make/scripts.mk
|
||||||
|
|
||||||
all:
|
all:
|
||||||
clean: clean.file
|
clean: clean.file
|
||||||
install: $(INSTALL_BINDIR) $(INSTALLED_EXE_SH)
|
install: $(INSTALL_EXEDIR) $(INSTALLED_EXE_SH)
|
||||||
|
|
||||||
profclean:
|
profclean:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -38,5 +38,5 @@ EXE_SH += cvsbuild
|
||||||
include $(MODDIR)/make/scripts.mk
|
include $(MODDIR)/make/scripts.mk
|
||||||
|
|
||||||
all:
|
all:
|
||||||
install: all $(INSTALL_BINDIR) $(INSTALLED_EXE_SH)
|
install: all $(INSTALL_EXEDIR) $(INSTALLED_EXE_SH)
|
||||||
profclean:
|
profclean:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue