diff options
author | John van Groningen | 2003-10-03 14:17:29 +0000 |
---|---|---|
committer | John van Groningen | 2003-10-03 14:17:29 +0000 |
commit | 7864b3f16d7553de91729598a64ab0fa8d99f54b (patch) | |
tree | 37783c13e82512d2ca9ac4bd9b1834c9a95213db | |
parent | add extra fields in struct label for optimized linking for solaris. (diff) |
add cgsas.c to makefile
-rw-r--r-- | Makefile.solaris | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.solaris b/Makefile.solaris index 33cbf31..a00de55 100644 --- a/Makefile.solaris +++ b/Makefile.solaris @@ -3,7 +3,7 @@ CC = cc CFLAGS = -DGNU_C -DSUN_C -DSOLARIS -O OBJECTS = cg.o cgcalc.o cgcode.o cginput.o cginstructions.o \ - cglin.o cgopt.o cgswas.o cgstack.o + cglin.o cgopt.o cgswas.o cgstack.o cgsas.o cg: $(OBJECTS) $(CC) -s $(OBJECTS) -o $@ |