Skip to content

Commit

Permalink
Merge pull request #5 from iyzsong/master
Browse files Browse the repository at this point in the history
rules.mk.in: Cleanup.
  • Loading branch information
Nanolx committed Feb 1, 2015
2 parents 10d468b + 52188f1 commit a1f2db7
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions rules.mk.in
@@ -1,15 +1,7 @@
# rules.mk

prefix=@prefix@
datadir=@datadir@
libdir=@libdir@

# shut up configure
datarootdir=@datarootdir@

repdir:=@repdir@
repcommonexecdir:=@repcommonexecdir@
rpath_repcommonexecdir:=@repcommonexecdir@
repcommonexecdir?=$(shell pkg-config --variable=repcommonexecdir librep)
rpath_repcommonexecdir:=$(repcommonexecdir)

rep_LIBTOOL:=$(repcommonexecdir)/libtool --tag CC
rep_INSTALL_ALIASES:=$(repcommonexecdir)/install-aliases
Expand Down

0 comments on commit a1f2db7

Please sign in to comment.