diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/driver/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/driver/Makefile.in b/src/driver/Makefile.in index e5120565..3862dfba 100644 --- a/src/driver/Makefile.in +++ b/src/driver/Makefile.in @@ -61,7 +61,7 @@ utils.lo: utils.h main.lo: utils.h open-axiom$(EXEEXT): $(open_axiom_objects) - $(LINK) -all-static -o $@ $(open_axiom_objects) $(open_axiom_LDADD) + $(LINK) -o $@ $(open_axiom_objects) $(open_axiom_LDADD) mostlyclean-local: @rm -f $(axiom_objects) |