diff options
author | René Engelhard <rene@openoffice.org> | 2009-01-24 12:09:06 +0000 |
---|---|---|
committer | René Engelhard <rene@openoffice.org> | 2009-01-24 12:09:06 +0000 |
commit | 1d5536011ba650388bb6c23ef583349f48a6f87d (patch) | |
tree | ade2eae39d70844bb7ea96720823809cee4cd59a /guw/makefile | |
parent | 8a3273cf529eebfe349c81f1c8fe613bc7a9dec0 (diff) |
i10000# fix Windows build
Diffstat (limited to 'guw/makefile')
-rw-r--r-- | guw/makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/guw/makefile b/guw/makefile index c8f24e6ddbb2..8931c32f81a0 100644 --- a/guw/makefile +++ b/guw/makefile @@ -2,11 +2,4 @@ sources = guw.cc guw : $(sources) g++ -Wall -o guw $(sources) -sources = guw.cc -guw : $(sources) - g++ -Wall -o guw $(sources) -sources = guw.cc - -guw : $(sources) - g++ -Wall -o guw $(sources) |