Skip to content

Commit

Permalink
Makefile change for case agnostic file systems in libjudy and the mai…
Browse files Browse the repository at this point in the history
…n fluidity makefile.
  • Loading branch information
jrper committed Mar 3, 2016
1 parent 7c09092 commit 8430111
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -571,3 +571,5 @@ install-user-schemata:
mkdir -p $(HOME)/.diamond/schemata/
echo "Fluidity Markup Language" > $(HOME)/.diamond/schemata/flml
echo "$(PWD)/schemas/fluidity_options.rng" >> $(HOME)/.diamond/schemata/flml

.PHONY: install
2 changes: 2 additions & 0 deletions libjudy/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ install:
distclean: clean
rm -fr config.h libtool make.log stamp-h1 src/obj src/Judy1/Judy1TablesGen src/JudyL/JudyLTablesGen

.PHONY: install

0 comments on commit 8430111

Please sign in to comment.