Skip to content

Instantly share code, notes, and snippets.

@deryni
Last active August 29, 2015 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deryni/ba329ef8e4fbdd358692 to your computer and use it in GitHub Desktop.
Save deryni/ba329ef8e4fbdd358692 to your computer and use it in GitHub Desktop.
SO 27365859 repro
$ make -f Makefile2 -j2
touch ver.h
sleep 1
touch ver.h
sleep 1
touch ver.cpp
touch ver.cpp
ver.%: Makefile
touch ver.h
sleep 1
touch ver.cpp
.PHONY: clean all
all: ver.h ver.cpp
clean:
rm -f ver.h ver.cpp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment