Skip to content

Commit

Permalink
Possible fix for driver distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
nthallen committed Nov 5, 2020
1 parent ca233d8 commit f61ac87
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions PropMtr/TM/PropMtr.agm
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@ mode (types) {
colbase = pmc_col.tmc:pmc_col.tmc.in
cmdbase = pmc_base.cmd:pmc_base.cmd.in
genuibase = pmc.genui:pmc.genui.in
DISTRIB = PropMtr
DISTRIB = @MODDIR@/../PropMtr
CPPFLAGS = -I @MODDIR@/..
%%
.PHONY : clean-PropMtr
PropMtr :
.PHONY : clean-PropMtr @MODDIR@/../PropMtr
@MODDIR@/../PropMtr :
$(MAKE) --directory=@MODDIR@/..
cp @MODDIR@/../PropMtr PropMtr
clean-dist : clean-PropMtr
clean-PropMtr :
$(MAKE) --directory=@MODDIR@/.. clean
Expand Down

0 comments on commit f61ac87

Please sign in to comment.