remove uneeded file.
Submitted by: maintainer via email.
This commit is contained in:
parent
ee2ab8a9ab
commit
e4421a9903
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324967
1 changed files with 0 additions and 18 deletions
|
@ -1,18 +0,0 @@
|
|||
--- Makefile.orig 2013-08-08 02:43:06.000000000 +0800
|
||||
+++ Makefile 2013-08-17 10:11:19.000000000 +0800
|
||||
@@ -1,12 +1,7 @@
|
||||
-CC=gcc
|
||||
-CFLAGS=-I. -std=c99 -Wall -W -Wundef -Wno-implicit-function-declaration
|
||||
+CC:=$(CC)
|
||||
+CFLAGS+=-I. -std=c99 -Wall -W -Wundef -Wno-implicit-function-declaration
|
||||
|
||||
-OS := $(shell uname)
|
||||
-ifeq ($(OS),Linux)
|
||||
-EXT =
|
||||
-else
|
||||
-EXT =.exe
|
||||
-endif
|
||||
+EXT=
|
||||
|
||||
default: lz4c
|
||||
|
Loading…
Reference in a new issue