diff options
Diffstat (limited to 'build-0.3/abspath.make')
-rw-r--r-- | build-0.3/abspath.make | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/build-0.3/abspath.make b/build-0.3/abspath.make deleted file mode 100644 index e1ef881..0000000 --- a/build-0.3/abspath.make +++ /dev/null @@ -1,18 +0,0 @@ -# file : build/abspath.make -# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC -# license : GNU GPL v2; see accompanying LICENSE file - -.PHONY: FORCE - -%:: FORCE - @echo $(abspath $@) - -$(MAKEFILE_LIST):: ;@: - -# Remove all default rules. -# -.SUFFIXES: - -ifeq ($(filter -r,$(MAKEFLAGS)),) -MAKEFLAGS += -r -endif |