Skip to content

Commit

Permalink
fixing a bug when make tried to create a tmp file in the wrong dir
Browse files Browse the repository at this point in the history
git-svn-id: https://slps.svn.sourceforge.net/svnroot/slps@171 ab42f6e0-554d-0410-b580-99e487e6eeb2
  • Loading branch information
grammarware committed Aug 16, 2008
1 parent 37cb758 commit 64ca267
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions topics/fl/asfsdf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ all: FL.tbl FL.eqs test
FL.eqs: optimise/FL.asf syntax/Numbers.asf
eqs-dump -m syntax/Numbers -o 1.eqs
eqs-dump -m optimise/FL -o 2.eqs
@cd ${asfl} ; eqs-dump -m basic/Integers -o 3.eqs
@mv ${asfl}/3.eqs .
@LDIR=${PWD} ; cd ${asfl} ; eqs-dump -m basic/Integers -o $$LDIR/3.eqs
concat-asf -o FL.eqs 1.eqs 2.eqs 3.eqs
rm -f 1.eqs 2.eqs 3.eqs

Expand Down Expand Up @@ -51,7 +50,7 @@ packbuild:
sdf2table -m FL FL.def

clean:
rm -f *.eqs
rm -f ?.eqs
rm -f reduct.out
rm -f FL.def FL.tbl FL.eqs
rm -rf basic/*
Expand Down

0 comments on commit 64ca267

Please sign in to comment.