Skip to content

Commit

Permalink
aalib: properly escape aclocal definition
Browse files Browse the repository at this point in the history
  • Loading branch information
v4hn committed Aug 26, 2014
1 parent c1c39a9 commit 93ce401
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 0 additions & 4 deletions graphics/aalib/BUILD
@@ -1,9 +1,5 @@
(

unset CC CXX &&

LDFLAGS=$(echo $LDFLAGS | sed "s/-z combreloc//") &&

default_build

) > $C_FIFO 2>&1
3 changes: 3 additions & 0 deletions graphics/aalib/PRE_BUILD
@@ -0,0 +1,3 @@
default_pre_build &&

sedit 's/\(AM_PATH_AALIB\),/[\1],/' aalib.m4

0 comments on commit 93ce401

Please sign in to comment.