openjade: fix patch whitespace
This commit is contained in:
parent
491d3bc31b
commit
eabc825bd6
|
@ -3,8 +3,8 @@
|
|||
@@ -13,6 +13,7 @@
|
||||
ALL_LIBS = $(XLIBS) $(LIBS)
|
||||
Makefile.lt:
|
||||
echo 'LT_LIBS='`echo $(ALL_LIBS)|sed 's/\.a/.la/g'` >Makefile.lt
|
||||
+ echo '.PHONY: -losp' >>Makefile.lt
|
||||
echo 'LT_LIBS='`echo $(ALL_LIBS)|sed 's/\.a/.la/g'` >Makefile.lt
|
||||
+ echo '.PHONY: -losp' >>Makefile.lt
|
||||
|
||||
PROG:=$(shell echo "$(PROG)" | sed '@program_transform_name@')
|
||||
|
||||
|
|
Loading…
Reference in New Issue