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