From 790f8c5a358e4091f107e77755cfd0e2cf808529 Mon Sep 17 00:00:00 2001 From: Andrew Kesterson Date: Tue, 8 Oct 2013 14:21:43 -0400 Subject: [PATCH] Fixed cygwin install path --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 30a77d5..8027c87 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,10 @@ ifndef PREFIX PREFIX=/ endif +ifeq ($(shell uname -o),Cygwin) + PREFIX= +endif + DISTFILE_DEPS=$(shell find . -type f | grep -Ev '\.git|\./dist/|$(DISTFILE)') all: ./dist/$(RPM)