diff options
Diffstat (limited to 'pc/Makefile.ext')
-rw-r--r-- | pc/Makefile.ext | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pc/Makefile.ext b/pc/Makefile.ext index 12723436..6cd4d0f3 100644 --- a/pc/Makefile.ext +++ b/pc/Makefile.ext @@ -47,7 +47,7 @@ time.$(SOEXT): time.c gcc -DHAVE_GETSYSTEMTIMEASFILETIME -I.. -shared -gdwarf-2 -g3 -static-libgcc -o $@ time.c $(SIMPLE_EXTENSIONS): - gcc -I.. -shared -gdwarf-2 -g3 -o $@ $(@:.$(SOEXT)=.c) + gcc -I.. -shared -gdwarf-2 -g3 -static-libgcc -o $@ $(@:.$(SOEXT)=.c) $(ALL_EXTENSIONS): ../gawkapi.h ../gettext.h |