From: tsteven4 Date: Sat, 9 Feb 2013 22:48:55 +0000 (+0000) Subject: Declare PHONY targets. X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~12^2~11^2~663 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2de17aba63cedf8ac98491d931004495a1f4ec31;p=gpsbabel.git Declare PHONY targets. --- diff --git a/gpsbabel/Makefile.in b/gpsbabel/Makefile.in index 5c6751e7d..6c139e4cf 100644 --- a/gpsbabel/Makefile.in +++ b/gpsbabel/Makefile.in @@ -127,6 +127,15 @@ DEPFILES = $(OBJS:.o=.d) # Directory of local web doc. Traditionally a sibling to the GPSBabel tree. WEB=@DOCDIR@ +# Declaring a target PHONY whose names matches a subdirectory can be +# particularly important, e.g. gui. +.PHONY: all clean tag more-clean check torture + install install-debug leaktest + dep doc FORCE + release-sourcecheck release-tarball release-rpm + cross-configure + release-winbuild release-upload mac-upload release rpm mac-release + gui linux-gui mac-gui mac-gui-dmg msvc-build test-release all: gpsbabel$(EXEEXT)