X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0e448231102ecab3ce01647e98ec156f7bf5b8bb..d5d58a93c327198b8d1dd781c7d07626d2b2062a:/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 \