-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: hackvr
action: commit
revision:
path_from:
revision_from: 29c53dc09a6d71acb8e5715fff78e16006980d96:
path_to:
revision_to:

git.thebackupbox.net

hackvr

git://git.thebackupbox.net/hackvr

commit 29c53dc09a6d71acb8e5715fff78e16006980d96
Author: epoch <epoch@hacking.allowed.org>
Date:   Mon Feb 19 05:59:27 2018 -0600

    fixed src Makefile to actually create the installation target dirs (-D to install)

diff --git a/src/Makefile b/src/Makefile

index 58fc2e425d2a11ff4895744e4da455e9248abc92..

index ..4174f5fe1e4cd9e2d65ea446c30f09fcfffe32cb 100644

--- a/src/Makefile
+++ b/src/Makefile
@@ -34,11 +34,11 @@ graphics_cs_opengl.o: LDLIBS=-lm -lGL -lGLU -lglut
 math.o: LDLIBS=-lm

 install:
-	install hackvr $(PREFIX)/bin/hackvr
-	install hackvr_headless $(PREFIX)/bin/hackvr_headless
-	install hackvr_x11 $(PREFIX)/bin/hackvr_x11
-	install hackvr_fb $(PREFIX)/bin/hackvr_fb
-	install slowcat $(PREFIX)/bin/slowcat
+	install -D hackvr $(PREFIX)/bin/hackvr
+	install -D hackvr_headless $(PREFIX)/bin/hackvr_headless
+	install -D hackvr_x11 $(PREFIX)/bin/hackvr_x11
+	install -D hackvr_fb $(PREFIX)/bin/hackvr_fb
+	install -D slowcat $(PREFIX)/bin/slowcat

 uninstall:
 	rm $(PREFIX)/bin/hackvr

-----END OF PAGE-----

-- Response ended

-- Page fetched on Sun Jun 2 19:06:18 2024