X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Makefile;h=b500704e7b2a026c483e65d39120122b6ae2584b;hb=fa486b77e5c8b5b527f1f23058f641daa047e0dd;hp=40a3fc391f409023b60ca79577257fb00c2584e8;hpb=996b4376343ecb0c7bb1be4d86ab5314806697e6;p=debian%2Fpforth diff --git a/Makefile b/Makefile index 40a3fc3..b500704 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,6 @@ FULL_WARNINGS = -O2 \ -fno-unroll-loops \ -fpeephole \ -fno-keep-inline-functions \ - -x c++ \ -Wcast-qual \ -Wall \ -Wwrite-strings \ @@ -69,7 +68,7 @@ pforth: $(PFINCLUDES) $(PFOBJS) # build basic dictionary by running newly built pforth and including system.fth pforth.dic: pforth - pforth -i system.fth + ./pforth -i system.fth ${SOURCEDIR}/pfdicdat.h: pforth pforth.dic @(echo 'INCLUDE utils/savedicd.fth'; \