Skip to content

Commit

Permalink
Remove wake objects from install as they're really not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Fairhurst committed Jul 2, 2014
1 parent 3556be0 commit d4e88f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ prefix=/usr/local

install: bin/wake
mkdir -p $(prefix)/bin
mkdir -p $(prefix)/share/wake/stdtable
mkdir -p $(prefix)/share/wake/stdobj
#mkdir -p $(prefix)/share/wake/stdtable
#mkdir -p $(prefix)/share/wake/stdobj
install -m 0755 bin/wake $(prefix)/bin
install -m 0644 $(WAKETABLEOBJS) $(prefix)/share/wake/stdtable
install -m 0644 bin/wakeobj/std.o $(prefix)/share/wake/stdobj
#install -m 0644 $(WAKETABLEOBJS) $(prefix)/share/wake/stdtable
#install -m 0644 bin/wakeobj/std.o $(prefix)/share/wake/stdobj

.PHONY: install

Expand Down

0 comments on commit d4e88f1

Please sign in to comment.