From: Friedrich Beckmann Date: Mon, 16 Nov 2020 20:35:00 +0000 (+0100) Subject: windows: EXEEXT was at wrong place X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a50718dac78d358a703d6c1635afc10e1cd0a6d;hp=328f9a9c6219e432140ad846c1c08f1856aa8b39;p=pspp windows: EXEEXT was at wrong place The EXEXT must only be in the dependency but not in the executable. --- diff --git a/doc/automake.mk b/doc/automake.mk index e18086331f..9f801bc8ac 100644 --- a/doc/automake.mk +++ b/doc/automake.mk @@ -167,8 +167,8 @@ CLEANFILES += $(EXAMPLE_TXTS) $(EXAMPLE_SPVS) $(EXAMPLE_TEXIS) $(EXAMPLE_HTML) SUFFIXES += .sps .spv .txt .html .texi .pdf # Use pspp to process a syntax file into an output file. -pspp = src/ui/terminal/pspp$(EXEEXT) -$(EXAMPLE_SPVS): $(pspp) +pspp = src/ui/terminal/pspp +$(EXAMPLE_SPVS): $(pspp)$(EXEEXT) .sps.spv: $(AM_V_GEN)(cd $(top_srcdir)/examples \ && $(abs_top_builddir)/$(pspp) ../doc/examples/$( $@.tmp