From 01bb492fafe7c6f14647b38cb5f8ceb6f6915d05 Mon Sep 17 00:00:00 2001 From: hagen Date: Fri, 12 Dec 2014 07:08:48 +0000 Subject: [PATCH] * cleanup : remove 100% garbage in Makefile.osx --- Makefile.osx | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Makefile.osx b/Makefile.osx index f241f31e..f83dc3ff 100644 --- a/Makefile.osx +++ b/Makefile.osx @@ -12,16 +12,6 @@ LIBS = # Found no good way to detect it from command line. TODO: Might be some osx sysinfo magic CXXFLAGS += -maes -DAESNI - -${PREFIX}: - install: all mkdir -p ${PREFIX}/ cp -r i2p ${PREFIX}/ - - - -# Apple Mac OSX -UNAME_S := $(shell uname -s) -ifeq ($(UNAME_S),Darwin) -endif