This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
build: fix the PS3 cross-build; variable name expansion was causing trouble.
legacy
Sam Hocevar
sam
12 years ago
parent
e1070c3b3c
commit
50fefd0575
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
test/tutorial/Makefile.am
+ 1
- 1
test/tutorial/Makefile.am
View File
@@ -2,7 +2,7 @@
AM_CPPFLAGS = -I$(top_srcdir)/src
all-local: $(noinst_PROGRAMS)
for x in $(noinst_PROGRAMS); do \
for x in $(noinst_PROGRAMS
:%$(EXEEXT)=%
); do \
test x$(MAKE_FSELF) = xno || make_fself $${x}$(EXEEXT) $${x}.self; \
done
Write
Preview
Loading…
Cancel
Save