Skip to content

Commit

Permalink
Minor fixups in Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadrin committed Oct 19, 2011
1 parent 4562319 commit e434ca0
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions Makefile
Expand Up @@ -7,13 +7,9 @@
prefix = /usr/local

exec_prefix = $(prefix)
bin_dir = $(exec_prefix)/bin
sbindir = $(exec_prefix)/sbin
datarootdir = $(prefix)/share
datadir = $(datarootdir)
sysconfdir = $(prefix)/etc
sharedstatedir = $(prefix)/com
localstatedir = $(prefix)/var
bindir = $(exec_prefix)/bin
sbindir = $(exec_prefix)/sbin
sysconfdir = /etc

SHELL = /bin/sh
INSTALL = /usr/bin/install
Expand Down

0 comments on commit e434ca0

Please sign in to comment.