Skip to content

Commit

Permalink
Remove U++ home directory reference from Makefile.in and uMakefile.in
Browse files Browse the repository at this point in the history
git-svn-id: svn://ultimatepp.org/upp/trunk@10702 f0d560ea-af0d-0410-9eb7-867de7ffcac7
  • Loading branch information
amrein committed Jan 12, 2017
1 parent ff49c6a commit 4b9685d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uppbox/Scripts/src
Expand Up @@ -15,11 +15,11 @@ rm -R ~/upp.tmp/upp/bin || true

cp -p ~/Scripts/GCCMK.bm ~/.upp/theide

~/bin/umk ~/upp.src/uppsrc ide ~/Scripts/GCCMK.bm -asrXk ~/upp.tmp/upp/uppsrc
~/bin/umk ~/upp.src/uppsrc ide GCCMK -asrXk ~/upp.tmp/upp/uppsrc

mv ~/upp.tmp/upp/uppsrc/Makefile ~/upp.tmp/upp/uppsrc/Makefile.in

~/bin/umk ~/upp.src/uppsrc umk ~/Scripts/GCCMK.bm -asrXk ~/upp.tmp/upp/uppsrc
~/bin/umk ~/upp.src/uppsrc umk GCCMK -asrXk ~/upp.tmp/upp/uppsrc

mv ~/upp.tmp/upp/uppsrc/Makefile ~/upp.tmp/upp/uppsrc/uMakefile.in

Expand Down

0 comments on commit 4b9685d

Please sign in to comment.