X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0e448231102ecab3ce01647e98ec156f7bf5b8bb..e34dcad290e5129f0e5818fcc89868dd28729b75:/src/regex/makefile.g95 diff --git a/src/regex/makefile.g95 b/src/regex/makefile.g95 index 06c95c8f9c..29d264cccc 100644 --- a/src/regex/makefile.g95 +++ b/src/regex/makefile.g95 @@ -3,7 +3,9 @@ ifeq ($(WXWIN),) WXWIN=../.. endif -LIBTARGET=$(WXWIN)/lib/libregex.a +include $(WXWIN)/src/makelib.g95 + +LIBTARGET=$(WXWIN)/lib/libregex$(MIN_SUFFIX).a OBJECTS= \ regcomp.o \