bish: apply voids LDFLAGS.
This commit is contained in:
parent
d91224f439
commit
1760e45e40
|
@ -0,0 +1,11 @@
|
|||
--- Makefile.orig 2016-05-24 14:29:52.349935460 +0200
|
||||
+++ Makefile 2016-05-24 14:30:01.190934798 +0200
|
||||
@@ -29,7 +29,7 @@ $(OBJ)/libbish.a: $(OBJECTS)
|
||||
ranlib $@
|
||||
|
||||
bish: $(SRC)/bish.cpp $(OBJ)/libbish.a
|
||||
- $(CXX) $(CXXFLAGS) -o bish $(SRC)/bish.cpp $(OBJ)/libbish.a $(CONFIG_CONSTANTS)
|
||||
+ $(CXX) $(CXXFLAGS) $(LDFLAGS) -o bish $(SRC)/bish.cpp $(OBJ)/libbish.a $(CONFIG_CONSTANTS)
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'bish'
|
||||
pkgname=bish
|
||||
version=0.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
short_desc="A language that compiles to Bash"
|
||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||
|
|
Loading…
Reference in New Issue