]> git.llucax.com Git - software/posixx.git/commitdiff
Add missing default "prefix" to Makefile
authorLeandro Lucarella <llucarella@integratech.com.ar>
Mon, 29 Sep 2008 18:01:43 +0000 (15:01 -0300)
committerLeandro Lucarella <llucarella@integratech.com.ar>
Mon, 29 Sep 2008 18:01:43 +0000 (15:01 -0300)
src/Makefile

index e3563d327ffad3ebae30381babecb51ddd48cda1..1a8fb03ed96eee0afc20dafecc4d68fe5f33ddc6 100644 (file)
@@ -6,6 +6,10 @@ HEADERS = $(shell find -name '*.hpp' | cut -b3-)
 HDRPATH = posixx
 
 
+# prefix for installing the binaries
+prefix = /usr/local
+
+
 # install command
 INSTALL = install -p -m 0644 -D