diff options
Diffstat (limited to 'polly/lib/JSON')
-rw-r--r-- | polly/lib/JSON/Makefile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/polly/lib/JSON/Makefile b/polly/lib/JSON/Makefile deleted file mode 100644 index 9f1d2df826e..00000000000 --- a/polly/lib/JSON/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -##===- polly/lib/Support/Makefile ----------------*- Makefile -*-===## - -# -# Indicate where we are relative to the top of the source tree. -# -LEVEL=../.. - -LIBRARYNAME=pollyjson -BUILD_ARCHIVE = 1 - -CPP.Flags += $(POLLY_INC) - -# -# Include Makefile.common so we know what to do. -# -include $(LEVEL)/Makefile.common |