[xiph-cvs] r6776 - trunk/postfish
xiphmont at xiph.org
xiphmont at xiph.org
Fri May 28 18:23:49 PDT 2004
Author: xiphmont
Date: 2004-05-28 21:23:49 -0400 (Fri, 28 May 2004)
New Revision: 6776
Modified:
trunk/postfish/Makefile
Log:
Fix a shell var bug in the makefile that caused install to fail
<p><p>Modified: trunk/postfish/Makefile
===================================================================
--- trunk/postfish/Makefile 2004-05-29 01:20:41 UTC (rev 6775)
+++ trunk/postfish/Makefile 2004-05-29 01:23:49 UTC (rev 6776)
@@ -20,9 +20,9 @@
LD=gcc
INSTALL=install
PREFIX=/usr/local
-BINDIR=$PREFIX/bin
+BINDIR=$(PREFIX)/bin
ETCDIR=/etc/postfish
-MANDIR=$PREFIX/man
+MANDIR=$(PREFIX)/man
SRC = main.c mainpanel.c multibar.c readout.c input.c output.c clippanel.c \
declip.c reconstruct.c multicompand.c windowbutton.c subpanel.c \
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list