diff options
| author | aarne <aarne@cs.chalmers.se> | 2007-10-04 21:46:23 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2007-10-04 21:46:23 +0000 |
| commit | a0f3aecc51c341be147049162861a0892523c835 (patch) | |
| tree | e46499ebd39ad1b9646ebb4e3819d68c7f98817f /src | |
| parent | 48ebf562b9bfcacff7c0fabeaa5892f31ddd3e1c (diff) | |
make gfcc makes old gfcc; use make newgfcc for the format produced by gfc
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index f19cad7b0..6cbee366d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -199,7 +199,11 @@ gfc: mv gfc ../bin/ gfcc: -# $(GHMAKE) $(GHCOPTFLAGS) -o gfcc GF/Canon/GFCC/Shell.hs + $(GHMAKE) $(GHCOPTFLAGS) -o gfcc GF/Canon/GFCC/Shell.hs + strip gfcc + mv gfcc ../bin/ + +newgfcc: $(GHMAKE) $(GHCOPTFLAGS) -o gfcc GF/Devel/Shell.hs strip gfcc mv gfcc ../bin/ |
