Skip to content

Commit

Permalink
fixed installation process after smeka update
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Papior <[email protected]>
  • Loading branch information
zerothi committed Nov 23, 2023
1 parent 36964ea commit 075daa7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile.project
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ _SMEKA_project = 1
# Step this version upon new versions
PROJECT_MAJOR = 0
PROJECT_MINOR = 8
PROJECT_MICRO = 2
PROJECT_MICRO = 3
PROJECT_VERSION = $(PROJECT_MAJOR).$(PROJECT_MINOR).$(PROJECT_MICRO)

# These are constant default
Expand Down Expand Up @@ -60,13 +60,13 @@ install-mod:
ifneq ($(LIBRARIES),)
install-mod:
# This should only pass if one wishes to install the flook library as well
$(INSTALL) -m $(_OCT_rwrr) -t $(DESTDIR)$(FMOD_DIR) *.mod
$(INSTALL) -m $(_OCT_rwrr) -t $(DESTDIR)$(PREFIX)/$(FMOD_DIR) *.mod
endif

.NOTPARALLEL: install-header
smeka-install: install-header
install-header: flook.inc
$(INSTALL) -m $(_OCT_rwrr) -t $(DESTDIR)$(INC_DIR) flook.inc
$(INSTALL) -m $(_OCT_rwrr) -t $(DESTDIR)$(PREFIX)/$(INC_DIR) flook.inc

# Create distribution for releases
.PHONY: dist-aotus dist-flook dist-assemble dist
Expand Down

0 comments on commit 075daa7

Please sign in to comment.