JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
* Makefile.in: autoconfiscate bindir properly.
authorJosh Grams <josh@qualdan.com>
Wed, 9 Dec 2009 20:30:22 +0000 (15:30 -0500)
committerJosh Grams <josh@qualdan.com>
Wed, 9 Dec 2009 20:30:22 +0000 (15:30 -0500)
Makefile.in

index d2cf76f..a4e4af2 100644 (file)
@@ -25,7 +25,7 @@ exec_prefix = @exec_prefix@
 datarootdir = @datarootdir@
 datadir = @datadir@
 pkgdatadir = $(datadir)/@PACKAGE_TARNAME@
-bindir = $(exec_prefix)/bin
+bindir = @bindir@
 
 CC = @CC@
 CPPFLAGS = @CPPFLAGS@