X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bb28b47763782647dcc1bec72786c16f39c48d35..3e43d6143ba737da833e58b8f51eb400d374cb00:/samples/makefile.g95?ds=sidebyside diff --git a/samples/makefile.g95 b/samples/makefile.g95 index 8bd8c65b77..8258547895 100644 --- a/samples/makefile.g95 +++ b/samples/makefile.g95 @@ -15,9 +15,7 @@ WXDIR = .. THISDIR=$(WXDIR)/samples -MAKEFILE=makefile.g95 -MAKEFLAGS=WXUSINGDLL=$(WXUSINGDLL) UNICODE=$(UNICODE) -CMDLINE=-f $(MAKEFILE) $(MAKEFLAGS) +CMDLINE=-fmakefile.g95 WXUSINGDLL='$(WXUSINGDLL)' UNICODE='$(UNICODE)' # Mingw make may not have a shell to use, so can't use a loop here. Sigh. # Please add new sample directories alphabetically to make it easier to