openjade: fix patch whitespace

This commit is contained in:
newbluemoon 2021-11-09 09:39:41 +01:00 committed by Érico Nogueira Rolim
parent 491d3bc31b
commit eabc825bd6
1 changed files with 2 additions and 2 deletions

View File

@ -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@')