[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r20405: {torbrowser} Update the location of the Polipo Makefile. (torbrowser/trunk/build-scripts)
Author: ioerror
Date: 2009-08-27 22:35:51 -0400 (Thu, 27 Aug 2009)
New Revision: 20405
Modified:
torbrowser/trunk/build-scripts/Makefile.linux
Log:
Update the location of the Polipo Makefile.
Modified: torbrowser/trunk/build-scripts/Makefile.linux
===================================================================
--- torbrowser/trunk/build-scripts/Makefile.linux 2009-08-28 02:24:58 UTC (rev 20404)
+++ torbrowser/trunk/build-scripts/Makefile.linux 2009-08-28 02:35:51 UTC (rev 20405)
@@ -131,7 +131,7 @@
## Polipo doesn't use autoconf, so we just have to hack their Makefile
## This probably needs to be updated if Polipo ever updates their Makefile
POLIPO_DIR=$(FETCH_DIR)/polipo-$(POLIPO_VER)/
-POLIPO_MAKEFILE=polipo-Makefile
+POLIPO_MAKEFILE=$(CONFIG_SRC)/polipo-Makefile
build-polipo:
cp $(POLIPO_MAKEFILE) $(POLIPO_DIR)/Makefile
cd $(POLIPO_DIR) && make && PREFIX=/tmp/build/built/ make install.binary