From: Ben Pfaff Date: Fri, 27 Nov 2020 22:58:22 +0000 (-0800) Subject: Makefile: Fix spelling of "prerequisites". X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1edd8caa445f353489acae7c76f3670313ae1cb5;p=pspp Makefile: Fix spelling of "prerequisites". --- diff --git a/Makefile.am b/Makefile.am index 908885e669..0dc9e17797 100644 --- a/Makefile.am +++ b/Makefile.am @@ -158,11 +158,11 @@ distfiles: Makefile -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t" \ | LC_ALL=C sort -u > $@ CLEANFILES += distfiles gitfiles missing-distfiles -PHONY += dist-hook-git dummy-prerequisistes +PHONY += dist-hook-git dummy-prerequisites --include dummy-prerequisistes +-include dummy-prerequisites -dummy-prerequisistes: $(BUILT_SOURCES) gl/libgl.la +dummy-prerequisites: $(BUILT_SOURCES) gl/libgl.la