Skip to content

Commit

Permalink
makefile update for packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
djpohly committed Aug 27, 2014
1 parent 2175e06 commit c5fe75d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mod/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ export INSTALL_MOD_PATH

all: modules ;

install: all modules_install ;
install: modules_install ;

%:
make -C $(KDIR) M=$(shell pwd) $@
$(MAKE) -C $(KDIR) M=$(shell pwd) $@

endif

0 comments on commit c5fe75d

Please sign in to comment.