diff options
author | bbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-04-26 20:21:59 +0000 |
---|---|---|
committer | bbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-04-26 20:21:59 +0000 |
commit | 310273b45adf3b62b2e87574bc54b59f73177bae (patch) | |
tree | f7bf249d96cf139e8e281c8b7d01a1e038698198 /Tools/Source | |
parent | 525841952863d1640f55d4e95ef4e8857804a6e5 (diff) | |
download | edk2-platforms-310273b45adf3b62b2e87574bc54b59f73177bae.tar.xz |
Convert to unix format.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@46 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/Source')
-rw-r--r-- | Tools/Source/TianoTools/Pccts/build.gcc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/Source/TianoTools/Pccts/build.gcc b/Tools/Source/TianoTools/Pccts/build.gcc index 06d4800269..96aab5136e 100644 --- a/Tools/Source/TianoTools/Pccts/build.gcc +++ b/Tools/Source/TianoTools/Pccts/build.gcc @@ -1,2 +1,2 @@ -(cd antlr/; make -f makefile)
-(cd dlg/; make -f makefile)
+(cd antlr/; make -f makefile) +(cd dlg/; make -f makefile) |