Skip to content

Commit 8430111

Browse files
committed
Makefile change for case agnostic file systems in libjudy and the main fluidity makefile.
1 parent 7c09092 commit 8430111

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Makefile.in

+2
Original file line numberDiff line numberDiff line change
@@ -571,3 +571,5 @@ install-user-schemata:
571571
mkdir -p $(HOME)/.diamond/schemata/
572572
echo "Fluidity Markup Language" > $(HOME)/.diamond/schemata/flml
573573
echo "$(PWD)/schemas/fluidity_options.rng" >> $(HOME)/.diamond/schemata/flml
574+
575+
.PHONY: install

libjudy/Makefile.in

+2
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ install:
1212
distclean: clean
1313
rm -fr config.h libtool make.log stamp-h1 src/obj src/Judy1/Judy1TablesGen src/JudyL/JudyLTablesGen
1414

15+
.PHONY: install
16+

0 commit comments

Comments
 (0)