r4078 - trunk/src/host/norwp

werner at sita.openmoko.org werner at sita.openmoko.org
Sat Feb 16 14:02:19 CET 2008


Author: werner
Date: 2008-02-16 14:02:16 +0100 (Sat, 16 Feb 2008)
New Revision: 4078

Modified:
   trunk/src/host/norwp/Makefile
Log:
Be nice and set default PREFIX to /usr, not / ...



Modified: trunk/src/host/norwp/Makefile
===================================================================
--- trunk/src/host/norwp/Makefile	2008-02-16 12:28:22 UTC (rev 4077)
+++ trunk/src/host/norwp/Makefile	2008-02-16 13:02:16 UTC (rev 4078)
@@ -1,6 +1,8 @@
 CFLAGS=-Wall -I/usr/local/include
 LDFLAGS=-L/usr/local/lib -lftdi
 
+PREFIX=/usr
+
 .PHONY:		all install uninstall clean spotless
 
 all:		norwp





More information about the commitlog mailing list